Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ReadUnaligned< T >()
[1/2]
static
T
System.Runtime.CompilerServices.Unsafe.ReadUnaligned<
T
>
(
ref byte
source
)
inline
static
Definition at line
23
of file
Unsafe.cs
.
24
{
25
return
Unsafe.ReadUnaligned<T>(ref
source
);
26
}
System.ExceptionArgument.source
@ source
References
System.source
.
System
Runtime
CompilerServices
Unsafe
Generated by
1.10.0