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