Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.17 KB

File metadata and controls

48 lines (29 loc) · 1.17 KB

DemoClass.Addition Operator

Declaring Type: DemoClass
Namespace: DemoProject
Assembly: DemoProject

Example of an overload of the binary + operator.

public static DemoClass operator +(DemoClass left, DemoClass right);

Parameters

left DemoClass

Description of parameter left provided using the param element.

right DemoClass

Description of parameter right provided using the param element.

Remarks

Remarks allow specification of more detailed information about a member, in this case a method. supplementing the information specified in the summary.

For overloaded members, there is a separate "Remarks" section for every overload.

Returns

DemoClass

The return value of an operator can be documented using the returns tag

See Also


Documentation generated by MdDocs