Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AddByteOffset< T >()
[2/2]
static unsafe ref T Internal.Runtime.CompilerServices.Unsafe.AddByteOffset< T >
(
ref T
source
,
nuint
byteOffset
)
inline
static
package
Definition at line
75
of file
Unsafe.cs
.
76
{
77
return
ref AddByteOffset(ref
source
, (
IntPtr
)(
void
*)byteOffset);
78
}
System.ExceptionArgument.source
@ source
System.IntPtr
Definition
IntPtr.cs:14
References
System.source
.
Internal
Runtime
CompilerServices
Unsafe
Generated by
1.10.0