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
)
inline
static
Definition at line
226
of file
Unsafe.cs
.
227
{
228
return
AsPointer(ref
source
) ==
null
;
229
}
System.ExceptionArgument.source
@ source
References
System.source
.
Internal
Runtime
CompilerServices
Unsafe
Generated by
1.10.0