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

◆ Read< T >()

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

Definition at line 261 of file Volatile.cs.

261 : class?
262 {
263 return Unsafe.As<T>(Unsafe.As<T, VolatileObject>(ref location).Value);
264 }

References System.T.