Skip to content

Commit b7e2997

Browse files
authored
port some docs from intellisense (#11487)
1 parent 8fdc819 commit b7e2997

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

xml/System.Net/IPAddress.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2721,10 +2721,10 @@ The scope identifier is &gt; 0x00000000FFFFFFFF</exception>
27212721
<Parameter Name="provider" Type="System.IFormatProvider" Index="1" FrameworkAlternate="net-10.0" />
27222722
</Parameters>
27232723
<Docs>
2724-
<param name="utf8Text">To be added.</param>
2725-
<param name="provider">To be added.</param>
2726-
<summary>To be added.</summary>
2727-
<returns>To be added.</returns>
2724+
<param name="utf8Text">The span of UTF-8 characters to parse.</param>
2725+
<param name="provider">An object that provides culture-specific formatting information about <paramref name="utf8Text" />.</param>
2726+
<summary>Parses a span of UTF-8 characters into a value.</summary>
2727+
<returns>The result of parsing <paramref name="utf8Text" />.</returns>
27282728
<remarks>To be added.</remarks>
27292729
</Docs>
27302730
</Member>

xml/System.Net/IPNetwork.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -678,10 +678,10 @@
678678
<Parameter Name="provider" Type="System.IFormatProvider" Index="1" FrameworkAlternate="net-10.0" />
679679
</Parameters>
680680
<Docs>
681-
<param name="utf8Text">To be added.</param>
682-
<param name="provider">To be added.</param>
683-
<summary>To be added.</summary>
684-
<returns>To be added.</returns>
681+
<param name="utf8Text">The span of UTF-8 characters to parse.</param>
682+
<param name="provider">An object that provides culture-specific formatting information about <paramref name="utf8Text" />.</param>
683+
<summary>Parses a span of UTF-8 characters into a value.</summary>
684+
<returns>The result of parsing <paramref name="utf8Text" />.</returns>
685685
<remarks>To be added.</remarks>
686686
</Docs>
687687
</Member>

0 commit comments

Comments
 (0)