Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ operator--() [1/2]

static nuint IDecrementOperators< UIntPtr >. System.UIntPtr.operator-- ( nuint value)
inlinestatic

Definition at line 417 of file UIntPtr.cs.

418 {
419 return --value;
420 }

References System.value.