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

◆ NullRef< T >()

static unsafe ref T Internal.Runtime.CompilerServices.Unsafe.NullRef< T > ( )
inlinestatic

Definition at line 218 of file Unsafe.cs.

219 {
220 return ref AsRef<T>(null);
221 }
static unsafe ref T AsRef< T >(void *source)
Definition Unsafe.cs:194

References Internal.Runtime.CompilerServices.Unsafe.AsRef< T >().