IDecrementOperators<TSelf>.Decrement(TSelf) Operator

Definition

Erhöht einen Wert.

public:
 static TSelf operator --(TSelf value);
public static abstract TSelf operator --(TSelf value);
static member op_Decrement : 'Self -> 'Self
Public Shared op_Decrement (value As TSelf) As TSelf

Parameter

value
TSelf

Der wert, der erhöht werden soll.

Gibt zurück

TSelf

Das Ergebnis der Dekrementierung value.

Gilt für: