Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
WriteUnaligned< T >()
[2/2]
static unsafe void System.Runtime.CompilerServices.Unsafe.WriteUnaligned<
T
>
(
void *
destination
,
T
value
)
inline
static
Definition at line
37
of file
Unsafe.cs
.
38
{
39
Unsafe.WriteUnaligned(
destination
,
value
);
40
}
System.ExceptionArgument.value
@ value
System.ExceptionArgument.destination
@ destination
References
System.destination
, and
System.value
.
System
Runtime
CompilerServices
Unsafe
Generated by
1.10.0