Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Write< T >()
static unsafe void System.Runtime.CompilerServices.Unsafe.Write<
T
>
(
void *
destination
,
T
value
)
inline
static
Definition at line
30
of file
Unsafe.cs
.
31
{
32
Unsafe.Write(
destination
,
value
);
33
}
System.ExceptionArgument.value
@ value
System.ExceptionArgument.destination
@ destination
References
System.destination
, and
System.value
.
System
Runtime
CompilerServices
Unsafe
Generated by
1.10.0