There are three types of comments in c#:
- Single line(//)
//This is a single line comment
- Multi line(/* */)
/* This is a
multi line comment */
- Page/XML(///)
/// This is an XML comment
No comments:
Post a Comment