IIncrementOperators<TSelf>.Increment(TSelf) Operator

Definition

Increments a value.

C#
public static abstract TSelf operator ++(TSelf value);

Parameters

value
TSelf

The value to increment.

Returns

TSelf

The result of incrementing value.

Applies to

Product Versions
.NET 7, 8, 9, 10