Show / Hide Table of Contents

    Class Incrementer<TValue, TDecision>

    Represents the incrementer.

    Inheritance
    Object
    Incrementer
    Incrementer<TValue, TDecision>
    Incrementer<TValue>
    Implements
    IIncrementer
    Inherited Members
    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, TDecision> : Incrementer, IIncrementer
    Type Parameters
    Name Description
    TValue
    TDecision

    Constructors

    | Improve this Doc View Source

    Incrementer()

    Initializes a new Incrementer instance.

    Declaration
    public Incrementer()
    | Improve this Doc View Source

    Incrementer(TDecision)

    Initializes a new Incrementer instance.

    Declaration
    public Incrementer(TDecision trueValue)
    Parameters
    Type Name Description
    TDecision trueValue

    A true value.

    | Improve this Doc View Source

    Incrementer(UInt64, TDecision)

    Initializes a new Incrementer instance.

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

    A initial value.

    TDecision trueValue

    A true value.

    Methods

    | Improve this Doc View Source

    IncrementAndReturnTrue()

    Increments the and return true.

    Declaration
    public TDecision IncrementAndReturnTrue()
    Returns
    Type Description
    TDecision

    The true value.

    | Improve this Doc View Source

    IncrementAndReturnTrue(TValue)

    Increments the and return true using the specified value.

    Declaration
    public TDecision IncrementAndReturnTrue(TValue value)
    Parameters
    Type Name Description
    TValue value

    The value.

    Returns
    Type Description
    TDecision

    The true value.

    Implements

    IIncrementer

    See Also

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