Skip to content
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 @@ -917,7 +917,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="UInt16" /> value to serialize.</param>
<param name="value">The <see cref="T:System.UInt16" /> value to serialize.</param>
<summary>Adds a 16-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 @@ -2363,7 +2363,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.UInt16" /> to a <see cref="T:System.String" />.</summary>
<returns>A string representation of the <see langword="UInt16" />.</returns>
<returns>A string representation of the <see cref="T:System.UInt16" />.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -2697,7 +2697,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.UInt16" /> equivalent.</summary>
<returns>A <see langword="UInt16" /> equivalent of the string.</returns>
<returns>A <see cref="T:System.UInt16" /> 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