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

Definition

Increments a value.

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

Parameters

value
Int16

The value to increment.

Returns

The result of incrementing value.

Implements

Applies to

Product Versions
.NET 7, 8, 9, 10