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

定義

特定の値をデクリメントするためのメカニズムを定義します。

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)

型パラメーター

TSelf

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

派生

演算子

名前 説明
CheckedDecrement(TSelf)

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

Decrement(TSelf)

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

適用対象