Bridge

Interlocked..::..CompareExchange Method (Int32%, Int32, Int32)

Namespace:  System.Threading
Assembly:  Bridge (in Bridge.dll)

Syntax


public static int CompareExchange(
	ref int location1,
	int value,
	int comparand
)
Public Shared Function CompareExchange ( _
	ByRef location1 As Integer, _
	value As Integer, _
	comparand As Integer _
) As Integer
public:
static int^ CompareExchange(
	int^% location1, 
	int^ value, 
	int^ comparand
)

Parameters

location1
Type: System..::..Int32%
value
Type: System..::..Int32
comparand
Type: System..::..Int32