Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ReadUnaligned< T >()
[2/2]
static unsafe
T
System.Runtime.CompilerServices.Unsafe.ReadUnaligned<
T
>
(
void *
source
)
inline
static
Definition at line
16
of file
Unsafe.cs
.
17
{
18
return
Unsafe.ReadUnaligned<T>(
source
);
19
}
System.ExceptionArgument.source
@ source
References
System.source
.
System
Runtime
CompilerServices
Unsafe
Generated by
1.10.0