Sandcastle XML Comments Guide
GenericClassT1, T2Method Method |
This is a method with an argument.
Namespace: XMLCommentsExamples
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
public void Method( T1 argument )
Public Sub Method ( argument As T1 )
public: void Method( T1 argument )
member Method : argument : 'T1 -> unit
Parameters
- argument
- Type: T1
This is an argument of the type specified by the generic type argument T1.
See Also