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

Definition

Increments a value.

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

Parameters

value
UInt16

The value to increment.

Returns

The result of incrementing value.

Implements

Applies to

Product Versions
.NET 7, 8, 9