Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
WriteUnaligned< T >()
[1/2]
static void System.Runtime.CompilerServices.Unsafe.WriteUnaligned<
T
>
(
ref byte
destination
,
T
value
)
inline
static
Definition at line
44
of file
Unsafe.cs
.
45
{
46
Unsafe.WriteUnaligned(ref
destination
,
value
);
47
}
System.ExceptionArgument.value
@ value
System.ExceptionArgument.destination
@ destination
References
System.destination
, and
System.value
.
System
Runtime
CompilerServices
Unsafe
Generated by
1.10.0