Wednesday 23 December 2015

What are the types of comment in C# with examples?

Single line
 Eg: //This is a Single line comment
 ii. Multiple line (/* */)
 Eg:
 /*This is a multiple line comment
We are in line 2
 Last line of comment*/
 iii. XML Comments (///).
 Eg:
 /// summary;
/// Set error message for multilingual language.
/// summary

No comments:

Post a Comment