好像没有问过这个问题。如果重复,请发表评论。
据说我#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