Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
NullRef< T >()
static unsafe ref
T
System.Runtime.CompilerServices.Unsafe.NullRef<
T
>
(
)
inline
static
Definition at line
299
of file
Unsafe.cs
.
300
{
301
return
ref *(T*)
null
;
302
}
System
Runtime
CompilerServices
Unsafe
Generated by
1.10.0