Skip to content

Commit e2dd1de

Browse files
authored
Replace <see langword="UInt32" /> tags (#3885)
1 parent bef0904 commit e2dd1de

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
@@ -976,7 +976,7 @@ End Sub
976976
</Parameters>
977977
<Docs>
978978
<param name="name">The name to associate with the value, so it can be deserialized later.</param>
979-
<param name="value">The <see langword="UInt32" /> value to serialize.</param>
979+
<param name="value">The <see cref="T:System.UInt32" /> value to serialize.</param>
980980
<summary>Adds a 32-bit unsigned integer value into the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> store.</summary>
981981
<remarks>
982982
<format type="text/markdown"><![CDATA[

xml/System.Xml/XmlConvert.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2410,7 +2410,7 @@ writer.WriteElementString(XmlConvert.EncodeName("Order Detail"),"My order");
24102410
<Docs>
24112411
<param name="value">The value to convert.</param>
24122412
<summary>Converts the <see cref="T:System.UInt32" /> to a <see cref="T:System.String" />.</summary>
2413-
<returns>A string representation of the <see langword="UInt32" />.</returns>
2413+
<returns>A string representation of the <see cref="T:System.UInt32" />.</returns>
24142414
<remarks>To be added.</remarks>
24152415
</Docs>
24162416
</Member>
@@ -2750,7 +2750,7 @@ writer.WriteElementString(XmlConvert.EncodeName("Order Detail"),"My order");
27502750
<Docs>
27512751
<param name="s">The string to convert.</param>
27522752
<summary>Converts the <see cref="T:System.String" /> to a <see cref="T:System.UInt32" /> equivalent.</summary>
2753-
<returns>A <see langword="UInt32" /> equivalent of the string.</returns>
2753+
<returns>A <see cref="T:System.UInt32" /> equivalent of the string.</returns>
27542754
<remarks>To be added.</remarks>
27552755
<exception cref="T:System.ArgumentNullException">
27562756
<paramref name="s" /> is <see langword="null" />.</exception>

0 commit comments

Comments
 (0)