Declaring Type: DemoClass
Namespace: DemoProject
Assembly: DemoProject
Example of an overload of the binary - operator.
public static DemoClass operator -(DemoClass left, DemoClass right);
left
DemoClass
Description of parameter left
provided using the param
element.
right
DemoClass
Description of parameter right
provided using the param
element.
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.
The return value of an operator can be documented using the returns
tag
ArgumentException
Exceptions can be documented using the exception
tag.
InvalidOperationException
Documentation generated by MdDocs