Skip to content

Commit 052f602

Browse files
nxtnmairaw
andauthored
Replace <see langword="Int32" /> tags (#3877)
* Replace <see langword="Int32" /> tags * Apply suggestions from code review Co-Authored-By: Maira Wenzel <[email protected]> Co-authored-by: Maira Wenzel <[email protected]>
1 parent e2dd1de commit 052f602

File tree

21 files changed

+53
-54
lines changed

21 files changed

+53
-54
lines changed

xml/Microsoft.VisualBasic.FileIO/TextFieldParser.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,8 +1104,7 @@
11041104
<Parameter Name="numberOfChars" Type="System.Int32" />
11051105
</Parameters>
11061106
<Docs>
1107-
<param name="numberOfChars">
1108-
<see langword="Int32" />. Number of characters to read. Required.</param>
1107+
<param name="numberOfChars">The number of characters to read. Required.</param>
11091108
<summary>Reads the specified number of characters without advancing the cursor.</summary>
11101109
<returns>A string that contains the specified number of characters read.</returns>
11111110
<remarks>

xml/System.Data.OracleClient/OracleMonthSpan.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -581,9 +581,9 @@
581581
<Parameter Name="x" Type="System.Data.OracleClient.OracleMonthSpan" />
582582
</Parameters>
583583
<Docs>
584-
<param name="x">An <see cref="T:System.Data.OracleClient.OracleMonthSpan" /> structure to convert to an <see langword="Int32" />.</param>
585-
<summary>Converts an <see cref="T:System.Data.OracleClient.OracleMonthSpan" /> structure to an <see langword="Int32" />.</summary>
586-
<returns>An <see langword="Int32" />.</returns>
584+
<param name="x">An <see cref="T:System.Data.OracleClient.OracleMonthSpan" /> structure to convert to an integer.</param>
585+
<summary>Converts an <see cref="T:System.Data.OracleClient.OracleMonthSpan" /> structure to an <see cref="T:System.Int32" />.</summary>
586+
<returns>An integer.</returns>
587587
<remarks>To be added.</remarks>
588588
</Docs>
589589
</Member>

xml/System.Data.OracleClient/OracleNumber.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1488,7 +1488,7 @@
14881488
<Docs>
14891489
<param name="x">The <see cref="T:System.Data.OracleClient.OracleNumber" /> structure to be converted.</param>
14901490
<summary>Converts the <see cref="T:System.Data.OracleClient.OracleNumber" /> structure to <see cref="T:System.Int32" />.</summary>
1491-
<returns>A new <see langword="Int32" /> structure whose value equals the <see cref="P:System.Data.OracleClient.OracleNumber.Value" /> of the <see cref="T:System.Data.OracleClient.OracleNumber" /> structure.</returns>
1491+
<returns>A new <see cref="T:System.Int32" /> structure whose value equals the <see cref="P:System.Data.OracleClient.OracleNumber.Value" /> of the <see cref="T:System.Data.OracleClient.OracleNumber" /> structure.</returns>
14921492
<remarks>To be added.</remarks>
14931493
</Docs>
14941494
</Member>
@@ -1616,8 +1616,8 @@ Console.WriteLine(i);
16161616
</Parameters>
16171617
<Docs>
16181618
<param name="x">The integer structure to be converted.</param>
1619-
<summary>Converts the supplied <see langword="Int32" /> structure to an <see cref="T:System.Data.OracleClient.OracleNumber" /> structure.</summary>
1620-
<returns>A new <see cref="T:System.Data.OracleClient.OracleNumber" /> structure whose <see cref="P:System.Data.OracleClient.OracleNumber.Value" /> property equals the value of the <see langword="Int32" /> structure.</returns>
1619+
<summary>Converts the supplied integer to an <see cref="T:System.Data.OracleClient.OracleNumber" /> structure.</summary>
1620+
<returns>A new <see cref="T:System.Data.OracleClient.OracleNumber" /> structure whose <see cref="P:System.Data.OracleClient.OracleNumber.Value" /> property equals the value of the integer.</returns>
16211621
<remarks>To be added.</remarks>
16221622
</Docs>
16231623
</Member>
@@ -2069,8 +2069,8 @@ Console.WriteLine(i);
20692069
</Parameters>
20702070
<Docs>
20712071
<param name="x">The <see cref="T:System.Data.OracleClient.OracleNumber" /> to be raised to a power.</param>
2072-
<param name="y">An <see langword="Int32" /> structure that specifies a power.</param>
2073-
<summary>Calculates the result of raising a specified <see cref="T:System.Data.OracleClient.OracleNumber" /> structure to the power specified by an <see langword="Int32" /> structure.</summary>
2072+
<param name="y">An integer that specifies a power.</param>
2073+
<summary>Calculates the result of raising a specified number to the specified power.</summary>
20742074
<returns>The number <paramref name="x" /> raised to the power <paramref name="y" />.</returns>
20752075
<remarks>To be added.</remarks>
20762076
</Docs>

xml/System.IO.Compression/DeflateStream.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,7 @@ If the operation is canceled before it completes, the returned task contains the
13611361
<Parameters />
13621362
<Docs>
13631363
<summary>Reads a byte from the Deflate stream and advances the position within the stream by one byte, or returns -1 if at the end of the Deflate stream.</summary>
1364-
<returns>The unsigned byte cast to an <see langword="Int32" />, or -1 if at the end of the stream.</returns>
1364+
<returns>The unsigned byte cast to an <see cref="T:System.Int32" />, or -1 if at the end of the stream.</returns>
13651365
<remarks>
13661366
<format type="text/markdown"><![CDATA[
13671367

xml/System.IO.Compression/GZipStream.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1349,7 +1349,7 @@ If the operation is canceled before it completes, the returned task contains the
13491349
<Parameters />
13501350
<Docs>
13511351
<summary>Reads a byte from the GZip stream and advances the position within the stream by one byte, or returns -1 if at the end of the GZip stream.</summary>
1352-
<returns>The unsigned byte cast to an <see langword="Int32" />, or -1 if at the end of the stream.</returns>
1352+
<returns>The unsigned byte cast to an <see cref="T:System.Int32" />, or -1 if at the end of the stream.</returns>
13531353
<remarks>
13541354
<format type="text/markdown"><![CDATA[
13551355

xml/System.IO/Stream.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2128,7 +2128,7 @@
21282128
<Parameters />
21292129
<Docs>
21302130
<summary>Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream.</summary>
2131-
<returns>The unsigned byte cast to an <see langword="Int32" />, or -1 if at the end of the stream.</returns>
2131+
<returns>The unsigned byte cast to an <see cref="T:System.Int32" />, or -1 if at the end of the stream.</returns>
21322132
<remarks>
21332133
<format type="text/markdown"><![CDATA[
21342134

xml/System.Net.Security/SslStream.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3679,7 +3679,7 @@ This property gets the cipher suite that is going to be used in the communicatio
36793679
<Parameters />
36803680
<Docs>
36813681
<summary>Reads a byte from the <see cref="T:System.Net.Security.SslStream" /> and advances the position within the stream by one byte, or returns -1 if at the end of the stream.</summary>
3682-
<returns>The unsigned byte cast to an <see langword="Int32" />, or -1 if at the end of the stream.</returns>
3682+
<returns>The unsigned byte cast to an <see cref="T:System.Int32" />, or -1 if at the end of the stream.</returns>
36833683
<remarks>
36843684
<format type="text/markdown"><![CDATA[
36853685

xml/System.Net.Sockets/NetworkStream.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1662,7 +1662,7 @@ There is a failure reading from the network.</exception>
16621662
<Parameters />
16631663
<Docs>
16641664
<summary>Reads a byte from the <see cref="T:System.Net.Sockets.NetworkStream" /> and advances the position within the stream by one byte, or returns -1 if at the end of the stream.</summary>
1665-
<returns>The unsigned byte cast to an <see langword="Int32" />, or -1 if at the end of the stream.</returns>
1665+
<returns>The unsigned byte cast to an <see cref="T:System.Int32" />, or -1 if at the end of the stream.</returns>
16661666
<remarks>
16671667
<format type="text/markdown"><![CDATA[
16681668

xml/System.Runtime.Serialization/SerializationInfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ End Sub
627627
</Parameters>
628628
<Docs>
629629
<param name="name">The name to associate with the value, so it can be deserialized later.</param>
630-
<param name="value">The <see langword="Int32" /> value to serialize.</param>
630+
<param name="value">The <see cref="T:System.Int32" /> value to serialize.</param>
631631
<summary>Adds a 32-bit signed integer value into the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> store.</summary>
632632
<remarks>
633633
<format type="text/markdown"><![CDATA[

xml/System.Security.Cryptography/CryptoStream.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@
11271127
<Parameters />
11281128
<Docs>
11291129
<summary>Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream.</summary>
1130-
<returns>The unsigned byte cast to an <see langword="Int32" />, or -1 if at the end of the stream.</returns>
1130+
<returns>The unsigned byte cast to an <see cref="T:System.Int32" />, or -1 if at the end of the stream.</returns>
11311131
<remarks>
11321132
<format type="text/markdown"><![CDATA[
11331133

0 commit comments

Comments
 (0)