Click to expand
Sandcastle XML Comments Guide

SampleClass Addition 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
)

Return Value

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

Reference

Other Resources