Monday, 7 September 2015


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


c# contain 3 types of comments
1. Single line //
2. multiple line /* */
3. XML comment /// it use for documentation

No comments:

Post a Comment