Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsNullRef< T >()
static unsafe
bool
System.Runtime.CompilerServices.Unsafe.IsNullRef<
T
>
(
ref
T
source
)
inline
static
Definition at line
292
of file
Unsafe.cs
.
293
{
294
return
Unsafe.AsPointer(ref
source
) ==
null
;
295
}
System.ExceptionArgument.source
@ source
References
System.source
.
System
Runtime
CompilerServices
Unsafe
Generated by
1.10.0