You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Threading/Interlocked.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2373,7 +2373,7 @@ If `comparand` and the value in `location1` are equal by reference, then `value`
2373
2373
<typeparamname="T">The type to be used for <paramrefname="location1" /> and <paramrefname="value" />.</typeparam>
2374
2374
<paramname="location1">The variable to set to the specified value. This is a reference parameter (<seelangword="ref" /> in C#, <seelangword="ByRef" /> in Visual Basic).</param>
2375
2375
<paramname="value">The value to which the <paramrefname="location1" /> parameter is set.</param>
2376
-
<summary>Sets a variable of the specified type <paramrefname="T" /> to a specified value and returns the original value, as an atomic operation.</summary>
2376
+
<summary>Sets a variable of the specified type <typeparamrefname="T" /> to a specified value and returns the original value, as an atomic operation.</summary>
2377
2377
<returns>The original value of <paramrefname="location1" />.</returns>
0 commit comments