Skip to content

Commit eaa80bc

Browse files
authored
Port System.Formats.Tar and System.Data undoc APIs from Preview7 (#10294)
* Port System.Formats.Tar.TarEntry.DataOffset * Port System.Data.SqlDbType.Json
1 parent a927f1a commit eaa80bc

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

xml/System.Data/SqlDbType.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@
603603
</ReturnValue>
604604
<MemberValue>35</MemberValue>
605605
<Docs>
606-
<summary>To be added.</summary>
606+
<summary>A JSON value.</summary>
607607
</Docs>
608608
</Member>
609609
<Member MemberName="Money">

xml/System.Formats.Tar/TarEntry.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,12 @@
6969
<ReturnType>System.Int64</ReturnType>
7070
</ReturnValue>
7171
<Docs>
72-
<summary>To be added.</summary>
73-
<value>To be added.</value>
74-
<remarks>To be added.</remarks>
72+
<summary>Gets the starting position of the data stream respective to the archive stream.</summary>
73+
<value>A number that represents a position in a stream.</value>
74+
<remarks>
75+
<para>If the entry does not come from an archive stream or if the archive stream is not seekable, returns -1.</para>
76+
<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>
77+
</remarks>
7578
</Docs>
7679
</Member>
7780
<Member MemberName="DataStream">

0 commit comments

Comments
 (0)