Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2606f88

Browse filesBrowse files
authored
Update Interlocked.xml
1 parent 457c641 commit 2606f88
Copy full SHA for 2606f88

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎xml/System.Threading/Interlocked.xml

Copy file name to clipboardExpand all lines: xml/System.Threading/Interlocked.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2373,7 +2373,7 @@ If `comparand` and the value in `location1` are equal by reference, then `value`
23732373
<typeparam name="T">The type to be used for <paramref name="location1" /> and <paramref name="value" />.</typeparam>
23742374
<param name="location1">The variable to set to the specified value. This is a reference parameter (<see langword="ref" /> in C#, <see langword="ByRef" /> in Visual Basic).</param>
23752375
<param name="value">The value to which the <paramref name="location1" /> parameter is set.</param>
2376-
<summary>Sets a variable of the specified type <paramref name="T" /> to a specified value and returns the original value, as an atomic operation.</summary>
2376+
<summary>Sets a variable of the specified type <typeparamref name="T" /> to a specified value and returns the original value, as an atomic operation.</summary>
23772377
<returns>The original value of <paramref name="location1" />.</returns>
23782378
<remarks>
23792379
<format type="text/markdown"><![CDATA[

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.