C# Comments
Last Updated: March 22, 2022
You have the following types of comments in C#
Single line comments
// for single line comments
Multiline comments
/* for multi line comments */
XML tag comments
/// XML tags displayed in a code comment