Comments
// Single-line comment
/\* Multi-line
comment \*/
// TODO: Adds comment to a task list in Visual Studio
/// Single-line comment used for documentation
/\*\* Multi-line comment
used for documentation \*\*/
Comments
Related
// Single-line comment
/\* Multi-line
comment \*/
// TODO: Adds comment to a task list in Visual Studio
/// Single-line comment used for documentation
/\*\* Multi-line comment
used for documentation \*\*/