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

Definition

Increments a value.

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

Parameters

value
UInt16

The value to increment.

Returns

The result of incrementing value.

Implements

Applies to

Product Versions
.NET 7, 8, 9