Skip to content

Commit 68b851e

Browse files
committed
System.Text docs
1 parent e62dfef commit 68b851e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

xml/System.Text/Rune.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1907,10 +1907,10 @@ This member is an explicit interface member implementation. It can be used only
19071907
<Parameter Name="provider" Type="System.IFormatProvider" Index="1" FrameworkAlternate="net-10.0" />
19081908
</Parameters>
19091909
<Docs>
1910-
<param name="utf8Text">To be added.</param>
1911-
<param name="provider">To be added.</param>
1912-
<summary>To be added.</summary>
1913-
<returns>To be added.</returns>
1910+
<param name="utf8Text">The span of UTF-8 characters to parse.</param>
1911+
<param name="provider">An object that provides culture-specific formatting information about <paramref name="utf8Text" />.</param>
1912+
<summary>Parses a span of UTF-8 characters into a value.</summary>
1913+
<returns>The result of parsing <paramref name="utf8Text" />.</returns>
19141914
<remarks>To be added.</remarks>
19151915
</Docs>
19161916
</Member>

0 commit comments

Comments
 (0)