Show / Hide Table of Contents

    Class Incrementer<TValue>

    Represents the incrementer.

    Inheritance
    Object
    Incrementer
    Incrementer<TValue, Boolean>
    Incrementer<TValue>
    Implements
    IIncrementer
    Inherited Members
    Incrementer<TValue, Boolean>.IncrementAndReturnTrue()
    Incrementer<TValue, Boolean>.IncrementAndReturnTrue(TValue)
    Incrementer._result
    Incrementer.Result
    Incrementer.Increment()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    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 Source

    Incrementer()

    Initializes a new Incrementer instance.

    Declaration
    public Incrementer()
    | Improve this Doc View Source

    Incrementer(UInt64)

    Initializes a new Incrementer instance.

    Declaration
    public Incrementer(ulong initialValue)
    Parameters
    Type Name Description
    UInt64 initialValue

    A initial value.

    Implements

    IIncrementer
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX