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

◆ AsRef< T >() [2/2]

static unsafe ref T Internal.Runtime.CompilerServices.Unsafe.AsRef< T > ( void * source)
inlinestatic

Definition at line 194 of file Unsafe.cs.

195 {
196 return ref As<byte, T>(ref *(byte*)source);
197 }

References System.source.

Referenced by Internal.Runtime.CompilerServices.Unsafe.NullRef< T >().