What tags can I use for putting code examples in .NET ///
XML comments?
How do I put code examples in .NET XML comments?
1.7k views Asked by DLauer At
2
There are 2 answers
0

You can use the <example>
and <code>
tags.
Check the Recommended Tags for Documentation Comments.
Try using the
<example>
tag.I got the above example from here.