Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator--()
[1/2]
static int
IDecrementOperators
< int >. System.Int32.operator--
(
int
value
)
inline
static
Definition at line
376
of file
Int32.cs
.
377
{
378
return
--
value
;
379
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Int32
Generated by
1.10.0