この質問はされていないようです。重複する場合はコメントください。
#region
それは、C#コードにコメントがあると言われています。
#region if this comment is very long, can I divide the comment into multi-lines?
// my code is here
#endregion
#region
一番下のコードのようにコメントを複数行に分けることはできますか?
#region the comment is separated into
#region-2 two lines.
// my code is here
#endregion