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
static memberInitialize:target :int byref * value : int -> int
Parameters
target
Type: System.Int32 Reference to the target location.
value
Type: System.Int32 The value to use if the target is equal to default(int).
Return Value
Type: Int32 The new value referenced by target. Note that this is nearly always more useful than the usual return from CompareExchange(Int32, Int32, Int32) because it saves another read to target.