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/Microsoft.VisualBasic.CompilerServices/StringType.xml
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@
</Parameters>
<Docs>
<param name="Value">Required. <see langword="Int616" /> to convert to a <see langword="String" /> value.</param>
<summary>Returns a <see langword="String" /> value that corresponds to a specified <see langword="Int16" /> (16-bit integer).</summary>
<summary>Returns a <see langword="String" /> value that corresponds to a specified <see cref="T:System.Int16" /> (16-bit integer).</summary>
<returns>The <see langword="String" /> value corresponding to <paramref name="Value" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Runtime.Serialization/SerializationInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,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="Int16" /> value to serialize.</param>
<param name="value">The <see cref="T:System.Int16" /> value to serialize.</param>
<summary>Adds a 16-bit signed 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.Xaml/XamlLanguage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -563,8 +563,8 @@
<ReturnType>System.Xaml.XamlType</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets a <see cref="T:System.Xaml.XamlType" /> for the <see langword="Int16" /> XAML language intrinsic.</summary>
<value>A <see cref="T:System.Xaml.XamlType" /> for the <see langword="Int16" /> XAML language intrinsic.</value>
<summary>Gets a <see cref="T:System.Xaml.XamlType" /> for the <see cref="T:System.Int16" /> XAML language intrinsic.</summary>
<value>A <see cref="T:System.Xaml.XamlType" /> for the <see cref="T:System.Int16" /> XAML language intrinsic.</value>
<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 @@ -1440,7 +1440,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.Int16" /> equivalent.</summary>
<returns>An <see langword="Int16" /> equivalent of the string.</returns>
<returns>An <see cref="T:System.Int16" /> 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 Expand Up @@ -2082,7 +2082,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.Int16" /> to a <see cref="T:System.String" />.</summary>
<returns>A string representation of the <see langword="Int16" />.</returns>
<returns>A string representation of the <see cref="T:System.Int16" />.</returns>
<remarks>
<format type="text/markdown"><![CDATA[

Expand Down