<remarks> (C# Programming Guide)
Visual Studio 2005
<remarks>description</remarks>
Parameters
- Description
-
A description of the member.
The <remarks> tag is used to add information about a type, supplementing the information specified with <summary>. This information is displayed in the Object Browser.
Compile with /doc to process documentation comments to a file.