Int32.IIncrementOperators.Increment(Int32) Operator (System) (original) (raw)

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

 static int System.Numerics.IIncrementOperators<System.Int32>.operator ++(int value) = System::Numerics::IIncrementOperators<int>::op_Increment;
static int IIncrementOperators<int>.operator ++(int value);
static member System.Numerics.IIncrementOperators<System.Int32>.op_Increment : int -> int
 Shared op_Increment (value As Integer) As Integer Implements IIncrementOperators(Of Integer).op_Increment

Parameters

value

Int32

The value to increment.

Returns

The result of incrementing value.

Implements

Applies to