IDecrementOperators<TSelf> Interfejs

Definicja

Definiuje mechanizm dekrementacji danej wartości.

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

Parametry typu

TSelf

Typ, który implementuje ten interfejs.

Pochodne

Operatory

CheckedDecrement(TSelf)

Dekrementuje wartość.

Decrement(TSelf)

Dekrementuje wartość.

Dotyczy