IDecrementOperators<TSelf> Rozhraní

Definice

Definuje mechanismus pro snížení dané hodnoty.

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, který implementuje toto rozhraní.

Odvozené

Operátory

CheckedDecrement(TSelf)

Sníží hodnotu.

Decrement(TSelf)

Sníží hodnotu.

Platí pro