XML Documentation Tags

Tag Comment
<c> indicate as code
<para> paragraph, lets you add structure to the text
<see>* code reference.
<code> marked as code
<param>* A description for the parameter
<seealso>* lets you specify the text that you might want to appear in a See Also section
<example> lets you specify an example of how to use a method or other library member.
<paramref> indicates that a word in the code comments, for example in a <summary> or <remarks> block refers to a parameter
<summary> should be used to describe a type or a type member
<exception>* lets you specify which exceptions can be thrown
<permission>* lets you document the access of a member.
<typeparam>* should be used in the comment for a generic type or method declaration to describe a type parameter.
<include>* lets you refer to comments in another file that describe the types and members in your source code
<remarks> add information about a type, supplementing the information specified with a <summary>
<typeparamref> generic types and methods
<list> The <listheader> block is used to define the heading row of either a table or definition list
<returns> should be used in the comment for a method declaration to describe the return value.
<value> lets you describe the value that a property represents