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

◆ Write< T >()

static void System.Threading.Volatile.Write< T > ( [NotNullIfNotNull("value")] ref T location,
T value )
inlinestatic
Type Constraints
T :class 

Definition at line 268 of file Volatile.cs.

268 : class?
269 {
270 Unsafe.As<T, VolatileObject>(ref location).Value = value;
271 }

References System.T, and System.value.