Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Copy< T >()
[1/2]
static unsafe void System.Runtime.CompilerServices.Unsafe.Copy<
T
>
(
ref
T
destination
,
void *
source
)
inline
static
Definition at line
58
of file
Unsafe.cs
.
59
{
60
destination
= Unsafe.Read<T>(
source
);
61
}
System.ExceptionArgument.source
@ source
System.ExceptionArgument.destination
@ destination
References
System.destination
, and
System.source
.
System
Runtime
CompilerServices
Unsafe
Generated by
1.10.0