IntPtr.IAdditionOperators<IntPtr,IntPtr,IntPtr>.Addition Operator      
Definition
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.
Adds two values together to compute their sum.
 static IntPtr System.Numerics.IAdditionOperators<nint,nint,nint>.operator +(IntPtr left, IntPtr right) = System::Numerics::IAdditionOperators<IntPtr, IntPtr, IntPtr>::op_Addition;
	static IntPtr IAdditionOperators<IntPtr,IntPtr,IntPtr>.operator +(IntPtr left, IntPtr right);
	static member ( + ) : nativeint * nativeint -> nativeint
	 Shared Operator + (left As IntPtr, right As IntPtr) As IntPtr Implements IAdditionOperators(Of IntPtr, IntPtr, IntPtr).op_Addition
	Parameters
- left
 - 
				
				IntPtr
nativeint
 
The value to which right is added.
- right
 - 
				
				IntPtr
nativeint
 
The value that's added to left.
Returns
nativeint
The sum of left and right.