Int64.IIncrementOperators<Int64>.Increment(Int64) Operator

Definition

Increments a value.

C#
static long IIncrementOperators<long>.operator ++(long value);

Parameters

value
Int64

The value to increment.

Returns

The result of incrementing value.

Implements

Applies to

Product Versions
.NET 7, 8, 9, 10