IDecrementOperators<TSelf> Antarmuka

Definisi

Mendefinisikan mekanisme untuk menurunkan nilai tertentu.

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)

Jenis parameter

TSelf

Jenis yang mengimplementasikan antarmuka ini.

Turunan

Operator

CheckedDecrement(TSelf)

Mengurangi nilai.

Decrement(TSelf)

Mengurangi nilai.

Berlaku untuk