Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Write< T >()
[2/2]
static unsafe void Internal.Runtime.CompilerServices.Unsafe.Write< T >
(
void *
destination
,
T
value
)
inline
static
Definition at line
178
of file
Unsafe.cs
.
179
{
180
As<byte, T>(ref *(
byte
*)
destination
) =
value
;
181
}
System.ExceptionArgument.value
@ value
System.ExceptionArgument.destination
@ destination
References
System.destination
, and
System.value
.
Internal
Runtime
CompilerServices
Unsafe
Generated by
1.10.0