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
)
inline
static
Definition at line
100
of file
ImmutableInterlocked.cs
.
101
{
102
return
InterlockedCompareExchange(
ref
location
,
value
,
default
(
ImmutableArray<T>
)).IsDefault;
103
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.value
@ value
References
System.value
.
System
Collections
Immutable
ImmutableInterlocked
Generated by
1.10.0