xxxxxxxxxx
#region NewClass definition
some code ..
}
#endregion
xxxxxxxxxx
#region Properties
//code written between this can be expanded or minimzed using (+) or (-) in the code editor.
//This is just for better visibility.
#endregion Properties
xxxxxxxxxx
#region MyRegion
//...lots of code...
#endregion // end of MyRegion
xxxxxxxxxx
#region NewClass definition
public class NewClass {
static void Main() { }
}
#endregion