' // 'It is a single line comment. '/* */' It is a multiple comments. '///'It is used for XML documentation.
// for single line /**/ for multiple lines /// Code comment
Single-line, multi-line and XML documentation comments.