Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AsPointer< T >()
static unsafe void * System.Runtime.CompilerServices.Unsafe.AsPointer<
T
>
(
ref
T
value
)
inline
static
Definition at line
65
of file
Unsafe.cs
.
66
{
67
return
Unsafe.AsPointer(ref
value
);
68
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Runtime
CompilerServices
Unsafe
Generated by
1.10.0