In every programming language there is a facility to keep comments. The structure of comments in C# .NET is same as C/C++ or java. It supports the four types of comments as following:
// Single line
/* Multiple
line */
/// XML comments on single line
/** XML comments on multiple lines */
About The Author
Minhajur Rahman Khan
Professional Experience in Machine Learning with R & Python, Oracle Certified Associate, Google Certified Data Analytics Specialization, IBM Certified Data Science Professional, IBM Certified Data Analyst Professional...
For more details visit: https://www.linkedin.com/in/minhajrk/
Structure of Comments in C# .NET
In every programming language there is a facility to keep comments. The structure of comments in C# .NET is same as C/C++ or java. It supports the four types of comments as following:
Related Posts
Arrays in C# .NET
Loops in C# .NET
Choices in C# .NET
About The Author
Minhajur Rahman Khan
Professional Experience in Machine Learning with R & Python, Oracle Certified Associate, Google Certified Data Analytics Specialization, IBM Certified Data Science Professional, IBM Certified Data Analyst Professional... For more details visit: https://www.linkedin.com/in/minhajrk/