Show / Hide Table of Contents

    Interface IIncrementer

    Defines an incrementer that increments any object.

    Определяет инкрементер, который выполняет приращение любого объекта.

    Namespace: Platform.Incrementers
    Assembly: Platform.Incrementers.dll
    Syntax
    public interface IIncrementer

    Methods

    | Improve this Doc View Source

    Increment()

    Increments the object by a specific value.

    Выполняет приращение объекта на определённое значение.

    Declaration
    void Increment()
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX