Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 933 Bytes

File metadata and controls

40 lines (25 loc) · 933 Bytes

DemoClass.Method3 Method

Declaring Type: DemoClass
Namespace: DemoProject
Assembly: DemoProject

Example of a generic method.

public void Method3<T>(T parameter);

Type Parameters

T

Description of type parameter T (specified using the typeparam element)

Parameters

parameter T

Description of parameters parameter

Remarks

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