Class Incrementer<TValue>
Represents the incrementer.
Implements
Inherited Members
Namespace: Platform.Incrementers
Assembly: Platform.Incrementers.dll
Syntax
public class Incrementer<TValue> : Incrementer<TValue, bool>, IIncrementer
Type Parameters
Name | Description |
---|---|
TValue |
Constructors
| Improve this Doc View SourceIncrementer()
Initializes a new Incrementer instance.
Declaration
public Incrementer()
Incrementer(UInt64)
Initializes a new Incrementer instance.
Declaration
public Incrementer(ulong initialValue)
Parameters
Type | Name | Description |
---|---|---|
UInt64 | initialValue | A initial value.
|