Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator+()
[5/5]
static unsafe
UIntPtr
System.UIntPtr.operator+
(
UIntPtr
pointer
,
int
offset
)
inline
static
Definition at line
184
of file
UIntPtr.cs
.
185
{
186
return
(
UIntPtr
)((
byte
*)
pointer
._value +
offset
);
187
}
System.ExceptionArgument.offset
@ offset
System.ExceptionArgument.pointer
@ pointer
System.UIntPtr.UIntPtr
unsafe UIntPtr(uint value)
Definition
UIntPtr.cs:67
References
System.offset
, and
System.pointer
.
System
UIntPtr
Generated by
1.10.0