<param> (C# Programming Guide)
Visual Studio 2005
<param name='name'>description</param>
Parameters
- name
-
The name of a method parameter. Enclose the name in double quotation marks (" ").
- description
-
A description for the parameter.
The <param> tag should be used in the comment for a method declaration to describe one of the parameters for the method.
The text for the <param> tag will be displayed in IntelliSense, the Object Browser, and in the Code Comment Web Report.
Compile with /doc to process documentation comments to a file.