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)

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

適用対象