IDecrementOperators<TSelf> Interfaccia

Definizione

Definisce un meccanismo per decrementare un determinato valore.

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)

Parametri di tipo

TSelf

Tipo che implementa questa interfaccia.

Derivato

Operatori

CheckedDecrement(TSelf)

Decrementa un valore.

Decrement(TSelf)

Decrementa un valore.

Si applica a