Declaring Type: DemoClass
Namespace: DemoProject
Assembly: DemoProject
Example of a generic method.
public void Method3<T>(T parameter);
T
Description of type parameter T
(specified using the typeparam
element)
parameter
T
Description of parameters parameter
Remarks allow specification of more detailed information about a member, in this case a method. supplementing the information specified in the summary.
For generic methods, the method documentation also includes the type parameters and their description.
Documentation generated by MdDocs