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

◆ AsPointer< T >()

static unsafe void * System.Runtime.CompilerServices.Unsafe.AsPointer< T > ( ref T value)
inlinestatic

Definition at line 65 of file Unsafe.cs.

66 {
67 return Unsafe.AsPointer(ref value);
68 }

References System.value.