Skip to content

Replace <see langword="UInt32" /> tags #3885

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xml/System.Runtime.Serialization/SerializationInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ End Sub
</Parameters>
<Docs>
<param name="name">The name to associate with the value, so it can be deserialized later.</param>
<param name="value">The <see langword="UInt32" /> value to serialize.</param>
<param name="value">The <see cref="T:System.UInt32" /> value to serialize.</param>
<summary>Adds a 32-bit unsigned integer value into the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> store.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down
4 changes: 2 additions & 2 deletions xml/System.Xml/XmlConvert.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2410,7 +2410,7 @@ writer.WriteElementString(XmlConvert.EncodeName("Order Detail"),"My order");
<Docs>
<param name="value">The value to convert.</param>
<summary>Converts the <see cref="T:System.UInt32" /> to a <see cref="T:System.String" />.</summary>
<returns>A string representation of the <see langword="UInt32" />.</returns>
<returns>A string representation of the <see cref="T:System.UInt32" />.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -2750,7 +2750,7 @@ writer.WriteElementString(XmlConvert.EncodeName("Order Detail"),"My order");
<Docs>
<param name="s">The string to convert.</param>
<summary>Converts the <see cref="T:System.String" /> to a <see cref="T:System.UInt32" /> equivalent.</summary>
<returns>A <see langword="UInt32" /> equivalent of the string.</returns>
<returns>A <see cref="T:System.UInt32" /> equivalent of the string.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="s" /> is <see langword="null" />.</exception>
Expand Down