Show / Hide Table of Contents

    Interface ICounter<TResult>

    Defines a counter.

    Определяет счётчик.

    Namespace: Platform.Interfaces
    Assembly: Platform.Interfaces.dll
    Syntax
    public interface ICounter<out TResult>
    Type Parameters
    Name Description
    TResult

    The count result type.

    Тип результата подсчёта.

    Methods

    | Improve this Doc View Source

    Count()

    Performs a count.

    Выполняет подсчёт.

    Declaration
    TResult Count()
    Returns
    Type Description
    TResult

    The count result.

    Результат подсчёта.

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