IDecrementOperators<TSelf> Arabirim

Tanım

Belirli bir değeri azaltmaya yönelik bir mekanizma tanımlar.

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)

Tür Parametreleri

TSelf

Bu arabirimi uygulayan tür.

Türetilmiş

İşleçler

CheckedDecrement(TSelf)

Değeri azaltma.

Decrement(TSelf)

Değeri azaltma.

Şunlara uygulanır