|
858 | 858 | <Parameter Name="comparand" Type="System.IntPtr" Index="2" FrameworkAlternate="dotnet-uwp-10.0;net-10.0;net-5.0;net-6.0;net-7.0;net-8.0;net-9.0;netcore-1.0;netcore-1.1;netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netcore-3.1;netframework-2.0;netframework-3.0;netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1;netstandard-1.0;netstandard-1.1;netstandard-1.2;netstandard-1.3;netstandard-1.4;netstandard-1.6;netstandard-2.0;netstandard-2.1" />
|
859 | 859 | </Parameters>
|
860 | 860 | <Docs>
|
861 |
| - <param name="location1">The destination <see cref="T:System.IntPtr" />, whose value is compared with the value of <paramref name="comparand" /> and possibly replaced by <paramref name="value" />.</param> |
862 |
| - <param name="value">The <see cref="T:System.IntPtr" /> that replaces the destination value if the comparison results in equality.</param> |
863 |
| - <param name="comparand">The <see cref="T:System.IntPtr" /> that is compared to the value at <paramref name="location1" />.</param> |
864 |
| - <summary>Compares two platform-specific handles or pointers for equality and, if they are equal, replaces the first one, as an atomic operation.</summary> |
| 861 | + <param name="location1">The destination, whose value is compared with the value of <paramref name="comparand" /> and possibly replaced by <paramref name="value" />.</param> |
| 862 | + <param name="value">The value that replaces the destination value if the comparison results in equality.</param> |
| 863 | + <param name="comparand">The value that is compared to the value at <paramref name="location1" />.</param> |
| 864 | + <summary>Compares two native-sized signed integers for equality and, if they are equal, replaces the first one, as an atomic operation.</summary> |
865 | 865 | <returns>The original value in <paramref name="location1" />.</returns>
|
866 | 866 | <remarks>
|
867 | 867 | <format type="text/markdown"><![CDATA[
|
@@ -1251,10 +1251,10 @@ If `comparand` and the object in `location1` are equal by reference, then `value
|
1251 | 1251 | <Parameter Name="comparand" Type="System.UIntPtr" Index="2" FrameworkAlternate="net-7.0;net-8.0;net-9.0;net-10.0" />
|
1252 | 1252 | </Parameters>
|
1253 | 1253 | <Docs>
|
1254 |
| - <param name="location1">The destination <see cref="T:System.UIntPtr" />, whose value is compared with the value of <paramref name="comparand" /> and possibly replaced by <paramref name="value" />.</param> |
1255 |
| - <param name="value">The <see cref="T:System.UIntPtr" /> that replaces the destination value if the comparison results in equality.</param> |
1256 |
| - <param name="comparand">The <see cref="T:System.UIntPtr" /> that is compared to the value at <paramref name="location1" />.</param> |
1257 |
| - <summary>Compares two platform-specific handles or pointers for equality and, if they are equal, replaces the first one, as an atomic operation.</summary> |
| 1254 | + <param name="location1">The destination, whose value is compared with the value of <paramref name="comparand" /> and possibly replaced by <paramref name="value" />.</param> |
| 1255 | + <param name="value">The value that replaces the destination value if the comparison results in equality.</param> |
| 1256 | + <param name="comparand">The value that is compared to the value at <paramref name="location1" />.</param> |
| 1257 | + <summary>Compares two native-sized unsigned integers for equality and, if they are equal, replaces the first one, as an atomic operation.</summary> |
1258 | 1258 | <returns>The original value in <paramref name="location1" />.</returns>
|
1259 | 1259 | <remarks>To be added.</remarks>
|
1260 | 1260 | <exception cref="T:System.NullReferenceException">The address of <paramref name="location1" /> is a <see langword="null" /> pointer.</exception>
|
@@ -1919,7 +1919,7 @@ If `comparand` and the value in `location1` are equal by reference, then `value`
|
1919 | 1919 | <Docs>
|
1920 | 1920 | <param name="location1">The variable to set to the specified value.</param>
|
1921 | 1921 | <param name="value">The value to which the <paramref name="location1" /> parameter is set.</param>
|
1922 |
| - <summary>Sets a platform-specific handle or pointer to a specified value and returns the original value, as an atomic operation.</summary> |
| 1922 | + <summary>Sets a native-sized signed integer to a specified value and returns the original value, as an atomic operation.</summary> |
1923 | 1923 | <returns>The original value of <paramref name="location1" />.</returns>
|
1924 | 1924 | <remarks>To be added.</remarks>
|
1925 | 1925 | <exception cref="T:System.NullReferenceException">The address of <paramref name="location1" /> is a <see langword="null" /> pointer.</exception>
|
@@ -2274,7 +2274,7 @@ If `comparand` and the value in `location1` are equal by reference, then `value`
|
2274 | 2274 | <Docs>
|
2275 | 2275 | <param name="location1">The variable to set to the specified value.</param>
|
2276 | 2276 | <param name="value">The value to which the <paramref name="location1" /> parameter is set.</param>
|
2277 |
| - <summary>Sets a platform-specific handle or pointer to a specified value and returns the original value, as an atomic operation.</summary> |
| 2277 | + <summary>Sets a native-sized unsigned integer to a specified value and returns the original value, as an atomic operation.</summary> |
2278 | 2278 | <returns>The original value of <paramref name="location1" />.</returns>
|
2279 | 2279 | <remarks>To be added.</remarks>
|
2280 | 2280 | <exception cref="T:System.NullReferenceException">The address of <paramref name="location1" /> is a <see langword="null" /> pointer.</exception>
|
|
0 commit comments