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 SourceCount()
Performs a count.
Выполняет подсчёт.
Declaration
TResult Count()
Returns
| Type | Description |
|---|---|
| TResult | The count result. Результат подсчёта. |