Click to expand
Sandcastle XML Comments Guide

GenericClass T1, T2  Method 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
)

Parameters

argument
Type: T1
This is an argument of the type specified by the generic type argument T1.
See Also

Reference

Other Resources