GenericClassT1, T2Method Method

This is a method with an argument.

Definition

Namespace: XMLCommentsExamples
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
public void Method(
	T1 argument
)

Parameters

argument  T1
This is an argument of the type specified by the generic type argument T1.

See Also