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

◆ Write< T >() [1/2]

static void Internal.Runtime.CompilerServices.Unsafe.Write< T > ( ref byte destination,
T value )
inlinestatic

Definition at line 186 of file Unsafe.cs.

187 {
188 As<byte, T>(ref destination) = value;
189 }

References System.destination, and System.value.