#endregion marks the end of a #region block. For example:
#region MyClass definition class MyClass { static void Main() { } } #endregion