Skip to content

Commit 4fc49a4

Browse files
authored
Replace <see langword="Int16" /> tags (#3950)
1 parent c37a22f commit 4fc49a4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

xml/Microsoft.VisualBasic.CompilerServices/StringType.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@
582582
</Parameters>
583583
<Docs>
584584
<param name="Value">Required. <see langword="Int616" /> to convert to a <see langword="String" /> value.</param>
585-
<summary>Returns a <see langword="String" /> value that corresponds to a specified <see langword="Int16" /> (16-bit integer).</summary>
585+
<summary>Returns a <see langword="String" /> value that corresponds to a specified <see cref="T:System.Int16" /> (16-bit integer).</summary>
586586
<returns>The <see langword="String" /> value corresponding to <paramref name="Value" />.</returns>
587587
<remarks>
588588
<format type="text/markdown"><![CDATA[

xml/System.Runtime.Serialization/SerializationInfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ End Sub
580580
</Parameters>
581581
<Docs>
582582
<param name="name">The name to associate with the value, so it can be deserialized later.</param>
583-
<param name="value">The <see langword="Int16" /> value to serialize.</param>
583+
<param name="value">The <see cref="T:System.Int16" /> value to serialize.</param>
584584
<summary>Adds a 16-bit signed integer value into the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> store.</summary>
585585
<remarks>
586586
<format type="text/markdown"><![CDATA[

xml/System.Xaml/XamlLanguage.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -563,8 +563,8 @@
563563
<ReturnType>System.Xaml.XamlType</ReturnType>
564564
</ReturnValue>
565565
<Docs>
566-
<summary>Gets a <see cref="T:System.Xaml.XamlType" /> for the <see langword="Int16" /> XAML language intrinsic.</summary>
567-
<value>A <see cref="T:System.Xaml.XamlType" /> for the <see langword="Int16" /> XAML language intrinsic.</value>
566+
<summary>Gets a <see cref="T:System.Xaml.XamlType" /> for the <see cref="T:System.Int16" /> XAML language intrinsic.</summary>
567+
<value>A <see cref="T:System.Xaml.XamlType" /> for the <see cref="T:System.Int16" /> XAML language intrinsic.</value>
568568
<remarks>
569569
<format type="text/markdown"><![CDATA[
570570

xml/System.Xml/XmlConvert.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,7 +1446,7 @@ writer.WriteElementString(XmlConvert.EncodeName("Order Detail"),"My order");
14461446
<Docs>
14471447
<param name="s">The string to convert.</param>
14481448
<summary>Converts the <see cref="T:System.String" /> to a <see cref="T:System.Int16" /> equivalent.</summary>
1449-
<returns>An <see langword="Int16" /> equivalent of the string.</returns>
1449+
<returns>An <see cref="T:System.Int16" /> equivalent of the string.</returns>
14501450
<remarks>To be added.</remarks>
14511451
<exception cref="T:System.ArgumentNullException">
14521452
<paramref name="s" /> is <see langword="null" />.</exception>
@@ -2089,7 +2089,7 @@ writer.WriteElementString(XmlConvert.EncodeName("Order Detail"),"My order");
20892089
<Docs>
20902090
<param name="value">The value to convert.</param>
20912091
<summary>Converts the <see cref="T:System.Int16" /> to a <see cref="T:System.String" />.</summary>
2092-
<returns>A string representation of the <see langword="Int16" />.</returns>
2092+
<returns>A string representation of the <see cref="T:System.Int16" />.</returns>
20932093
<remarks>
20942094
<format type="text/markdown"><![CDATA[
20952095

0 commit comments

Comments
 (0)