c# /// comments code example
Example 1: comments in c#
// Single Line Comment
/*
Multiline
Comments
*/
Example 2: xml documentation c# ul list
<list type="bullet|number|table">
<listheader>
<term>term</term>
<description>description</description>
</listheader>
<item>
<term>term</term>
<description>description</description>
</item>
</list>