Class MutableInt

Namespace
NOpenNLP.Tools.Util
Assembly
NOpenNLP.Tools.dll

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

i int

Properties

Value

public int Value { get; }

Property Value

int

Methods

Increment()

public void Increment()