Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ByteOffset< T >()
static
IntPtr
System.Runtime.CompilerServices.Unsafe.ByteOffset<
T
>
(
ref
T
origin
,
ref
T
target
)
inline
static
Definition at line
264
of file
Unsafe.cs
.
265
{
266
return
Unsafe.ByteOffset(target: ref target, origin: ref origin);
267
}
System
Runtime
CompilerServices
Unsafe
Generated by
1.10.0