IntPtr.IUnaryPlusOperators<IntPtr,IntPtr>.UnaryPlus(IntPtr) Operator

Definition

Computes the unary plus of a value.

C#
static IntPtr IUnaryPlusOperators<IntPtr,IntPtr>.operator +(IntPtr value);

Parameters

value
IntPtr

The value for which to compute the unary plus.

Returns

IntPtr

The unary plus of value.

Implements

Applies to

Product Versions
.NET 7, 8, 9, 10