Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ InterlockedInitialize< T >()

static bool System.Collections.Immutable.ImmutableInterlocked.InterlockedInitialize< T > ( ref ImmutableArray< T > location,
ImmutableArray< T > value )
inlinestatic

Definition at line 100 of file ImmutableInterlocked.cs.

101 {
102 return InterlockedCompareExchange(ref location, value, default(ImmutableArray<T>)).IsDefault;
103 }

References System.value.