Class MutableInt
This is a non-thread safe mutable int.
public class MutableInt
- Inheritance
-
MutableInt
- Inherited Members
Constructors
MutableInt(int)
This is a non-thread safe mutable int.
public MutableInt(int i)
Parameters
iint
Properties
Value
public int Value { get; }
Property Value
Methods
Increment()
public void Increment()