Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Changed text to note
  • Loading branch information
svick authored May 10, 2018
commit 26a8644c393691ab450f530417db8b907c1c4146
6 changes: 4 additions & 2 deletions xml/System.Threading/Interlocked.xml
Original file line number Diff line number Diff line change
Expand Up @@ -952,8 +952,10 @@
<remarks>
<format type="text/markdown"><![CDATA[

## Remarks
Beginning with .NET Framework version 2.0, the <xref:System.Threading.Interlocked.Exchange%60%601%28%60%600%40%2C%60%600%29> method overload provides a type-safe alternative for reference types.
## Remarks

> [!NOTE]
> Beginning with .NET Framework version 2.0, the <xref:System.Threading.Interlocked.Exchange%60%601%28%60%600%40%2C%60%600%29> method overload provides a type-safe alternative for reference types.
]]></format>
</remarks>
<exception cref="T:System.ArgumentNullException">The address of <paramref name="location1" /> is a null pointer.</exception>
Expand Down