Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xml/System.Data/SqlDbType.xml
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@
</ReturnValue>
<MemberValue>35</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>A JSON value.</summary>
</Docs>
</Member>
<Member MemberName="Money">
Expand Down
9 changes: 6 additions & 3 deletions xml/System.Formats.Tar/TarEntry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,12 @@
<ReturnType>System.Int64</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>Gets the starting position of the data stream respective to the archive stream.</summary>
<value>A number that represents a position in a stream.</value>
<remarks>
<para>If the entry does not come from an archive stream or if the archive stream is not seekable, returns -1.</para>
<para>The position value returned by this property is relative to the absolute start of the archive stream, independent of where the tar archive begins.</para>
</remarks>
</Docs>
</Member>
<Member MemberName="DataStream">
Expand Down