GenericClassT1, T2Method Method
This is a method with an argument.
Namespace: XMLCommentsExamplesAssembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
public void Method(
T1 argument
)
Public Sub Method (
argument As T1
)
public:
void Method(
T1 argument
)
member Method :
argument : 'T1 -> unit
Parameters
- argument T1
- This is an argument of the type specified by
the generic type argument T1.