Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Read< T >()
static unsafe
T
System.Runtime.CompilerServices.Unsafe.Read<
T
>
(
void *
source
)
inline
static
Definition at line
9
of file
Unsafe.cs
.
10
{
11
return
Unsafe.Read<T>(
source
);
12
}
System.ExceptionArgument.source
@ source
References
System.source
.
System
Runtime
CompilerServices
Unsafe
Generated by
1.10.0