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)

遞增值。

適用於