Skip to content

Commit c37a22f

Browse files
authored
Replace <see langword="UInt16" /> tags (#3951)
1 parent d8a11b2 commit c37a22f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

xml/System.Runtime.Serialization/SerializationInfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ End Sub
924924
</Parameters>
925925
<Docs>
926926
<param name="name">The name to associate with the value, so it can be deserialized later.</param>
927-
<param name="value">The <see langword="UInt16" /> value to serialize.</param>
927+
<param name="value">The <see cref="T:System.UInt16" /> value to serialize.</param>
928928
<summary>Adds a 16-bit unsigned integer value into the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> store.</summary>
929929
<remarks>
930930
<format type="text/markdown"><![CDATA[

xml/System.Xml/XmlConvert.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2370,7 +2370,7 @@ writer.WriteElementString(XmlConvert.EncodeName("Order Detail"),"My order");
23702370
<Docs>
23712371
<param name="value">The value to convert.</param>
23722372
<summary>Converts the <see cref="T:System.UInt16" /> to a <see cref="T:System.String" />.</summary>
2373-
<returns>A string representation of the <see langword="UInt16" />.</returns>
2373+
<returns>A string representation of the <see cref="T:System.UInt16" />.</returns>
23742374
<remarks>To be added.</remarks>
23752375
</Docs>
23762376
</Member>
@@ -2704,7 +2704,7 @@ writer.WriteElementString(XmlConvert.EncodeName("Order Detail"),"My order");
27042704
<Docs>
27052705
<param name="s">The string to convert.</param>
27062706
<summary>Converts the <see cref="T:System.String" /> to a <see cref="T:System.UInt16" /> equivalent.</summary>
2707-
<returns>A <see langword="UInt16" /> equivalent of the string.</returns>
2707+
<returns>A <see cref="T:System.UInt16" /> equivalent of the string.</returns>
27082708
<remarks>To be added.</remarks>
27092709
<exception cref="T:System.ArgumentNullException">
27102710
<paramref name="s" /> is <see langword="null" />.</exception>

0 commit comments

Comments
 (0)