IIncrementOperators<TSelf> Interfaccia

Definizione

Definisce un meccanismo per aumentare un determinato valore.

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)

Parametri di tipo

TSelf

Tipo che implementa questa interfaccia.

Derivato

Operatori

CheckedIncrement(TSelf)

Incrementa un valore.

Increment(TSelf)

Incrementa un valore.

Si applica a