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 )
inlinestatic

Definition at line 184 of file UIntPtr.cs.

185 {
186 return (UIntPtr)((byte*)pointer._value + offset);
187 }
unsafe UIntPtr(uint value)
Definition UIntPtr.cs:67

References System.offset, and System.pointer.