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

◆ GetOrAdd< TKey, TValue >() [2/2]

static TValue System.Collections.Immutable.ImmutableInterlocked.GetOrAdd< TKey, TValue > ( ref ImmutableDictionary< TKey, TValue > location,
TKey key,
TValue value )
inlinestatic
Type Constraints
TKey :notnull 

Definition at line 131 of file ImmutableInterlocked.cs.

References System.Collections.Generic.Dictionary< TKey, TValue >.Add(), System.Threading.Interlocked.CompareExchange(), System.key, System.Threading.Volatile.Read(), System.Collections.Generic.Dictionary< TKey, TValue >.TryGetValue(), and System.value.