IIncrementOperators<TSelf>.Increment(TSelf) Operator

Definition

Ökar ett värde.

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

Parametrar

value
TSelf

Värdet som ska ökas.

Returer

TSelf

Resultatet av att valueöka .

Gäller för