IIncrementOperators<TSelf> Rozhraní

Definice

Definuje mechanismus pro zvýšení dané hodnoty.

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)

Parametry typu

TSelf

Typ, který implementuje toto rozhraní.

Odvozené

Operátory

CheckedIncrement(TSelf)

Zvýší hodnotu.

Increment(TSelf)

Zvýší hodnotu.

Platí pro