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

◆ IsNullRef< T >()

static unsafe bool Internal.Runtime.CompilerServices.Unsafe.IsNullRef< T > ( ref T source)
inlinestatic

Definition at line 226 of file Unsafe.cs.

227 {
228 return AsPointer(ref source) == null;
229 }

References System.source.