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 SourceIncrement()
Increments the object by a specific value.
Выполняет приращение объекта на определённое значение.
Declaration
void Increment()