Declaring Type: DemoClass
Namespace: DemoProject
Assembly: DemoProject
Example of an non-overloaded methods with a custom attribute.
[Demo]
public void Method2();
Remarks allow specification of more detailed information about a member, in this case a method. supplementing the information specified in the summary.
Documentation generated by MdDocs