IIncrementOperators<TSelf> Arabirim

Tanım

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

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)

Tür Parametreleri

TSelf

Bu arabirimi uygulayan tür.

Türetilmiş

İşleçler

CheckedIncrement(TSelf)

Bir değeri artırır.

Increment(TSelf)

Bir değeri artırır.

Şunlara uygulanır