Check out example codes for "comments in c#". It will help you in understanding the concepts better.
Code Example 1
// here is your comment
Code Example 2
// Single Line Comments
/* Multiline
Comment */
/// <summary>
/// XML Documentation
/// </summary>
Code Example 3
// Single Line Comment
/*
Multiline
Comments
*/
Learn ReactJs, React Native from akashmittal.com