Thursday, 17 July 2014

Types of comments

There are three types of comments in c#:

  1. Single line(//)
//This is a single line comment

  1. Multi line(/*   */)
/*  This is a 
multi line comment */

  1. Page/XML(///)
/// This is an XML comment

No comments:

Post a Comment