Click or drag to resize
Sandcastle XML Comments GuideSampleClassAddition Operator
Addition operator overload

Namespace: XMLCommentsExamples
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
public static SampleClass operator +(
	SampleClass left,
	SampleClass right
)

Parameters

left
Type: XMLCommentsExamplesSampleClass
The left value
right
Type: XMLCommentsExamplesSampleClass
The right value

Return Value

Type: SampleClass
A new instance containing the sum of the left and right sample numbers
See Also