Skip to content

Commit 4d5ad21

Browse files
nxtnbartonjs
andauthored
Replace <see langword="UInt64" /> tags (#3907)
* Replace <see langword="UInt64" /> tags * Apply suggestions from code review Co-Authored-By: Jeremy Barton <[email protected]> Co-authored-by: Jeremy Barton <[email protected]>
1 parent 1e6b2e6 commit 4d5ad21

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
@@ -1043,7 +1043,7 @@ End Sub
10431043
</Parameters>
10441044
<Docs>
10451045
<param name="name">The name to associate with the value, so it can be deserialized later.</param>
1046-
<param name="value">The <see langword="UInt64" /> value to serialize.</param>
1046+
<param name="value">The value to serialize.</param>
10471047
<summary>Adds a 64-bit unsigned integer value into the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> store.</summary>
10481048
<remarks>
10491049
<format type="text/markdown"><![CDATA[

xml/System.Xml/XmlConvert.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2457,7 +2457,7 @@ writer.WriteElementString(XmlConvert.EncodeName("Order Detail"),"My order");
24572457
<Docs>
24582458
<param name="value">The value to convert.</param>
24592459
<summary>Converts the <see cref="T:System.UInt64" /> to a <see cref="T:System.String" />.</summary>
2460-
<returns>A string representation of the <see langword="UInt64" />.</returns>
2460+
<returns>A string representation of the <see cref="T:System.UInt64" />.</returns>
24612461
<remarks>To be added.</remarks>
24622462
</Docs>
24632463
</Member>
@@ -2803,7 +2803,7 @@ writer.WriteElementString(XmlConvert.EncodeName("Order Detail"),"My order");
28032803
<Docs>
28042804
<param name="s">The string to convert.</param>
28052805
<summary>Converts the <see cref="T:System.String" /> to a <see cref="T:System.UInt64" /> equivalent.</summary>
2806-
<returns>A <see langword="UInt64" /> equivalent of the string.</returns>
2806+
<returns>A <see cref="T:System.UInt64" /> equivalent of the string.</returns>
28072807
<remarks>To be added.</remarks>
28082808
<exception cref="T:System.ArgumentNullException">
28092809
<paramref name="s" /> is <see langword="null" />.</exception>

0 commit comments

Comments
 (0)