c sharp comments

C#
// Single Line Comments

/* Multiline
Comment */

/// <summary>
/// XML Documentation
/// </summary>
Source

Also in C#: