IIncrementOperators<TSelf> インターフェイス

定義

指定された値をインクリメントするメカニズムを定義します。

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)

型パラメーター

TSelf

このインターフェイスを実装する型。

派生

演算子

CheckedIncrement(TSelf)

値をインクリメントします。

Increment(TSelf)

値をインクリメントします。

適用対象