Skip to content

Commit 32de543

Browse files
carlossanloptdykstra
authored andcommitted
Document System.Globalization.UnicodeCategory.GetUnicodeCategory(int codePoint) (#3452)
* Document System.Globalization.UnicodeCategory GetUnicodeCategory (int codePoint) * Update xml/System.Globalization/CharUnicodeInfo.xml
1 parent 62aa16c commit 32de543

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.Globalization/CharUnicodeInfo.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -666,9 +666,9 @@
666666
<Parameter Name="codePoint" Type="System.Int32" Index="0" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
667667
</Parameters>
668668
<Docs>
669-
<param name="codePoint">To be added.</param>
670-
<summary>To be added.</summary>
671-
<returns>To be added.</returns>
669+
<param name="codePoint">A number representing the 32-bit code point value of the Unicode character.</param>
670+
<summary>Gets the Unicode category of the specified character.</summary>
671+
<returns>A <see cref="T:System.Globalization.UnicodeCategory" /> value indicating the category of the specified character.</returns>
672672
<remarks>To be added.</remarks>
673673
</Docs>
674674
</Member>

0 commit comments

Comments
 (0)