Adds a type parameter description to the type parameters section. This tag is only valid when used for generic member. This is a top-level tag. A comment may contain any number of <typeparam> tags.
Syntax
<typeparam name="name">description</param>
where:
name
The name of a type parameter. Enclose the name in quotation marks (" ").
description
A description for the type parameter.
This tag is used in generic members when type arguments are used.
Examples
|
||||||||
The text in bold is added automatically when using Add XML Comment from pop-up menu.