IIncrementOperators<TSelf> Interfejs

Definicja

Definiuje mechanizm przyrostowania danej wartości.

generic <typename TSelf>
 where TSelf : IIncrementOperators<TSelf>public interface class IIncrementOperators
public interface IIncrementOperators<TSelf> where TSelf : IIncrementOperators<TSelf>
type IIncrementOperators<'Self (requires 'Self :> IIncrementOperators<'Self>)> = interface
Public Interface IIncrementOperators(Of TSelf)

Parametry typu

TSelf

Typ implementujący ten interfejs.

Pochodne

Operatory

CheckedIncrement(TSelf)

Zwiększa wartość.

Increment(TSelf)

Zwiększa wartość.

Dotyczy