我有一段代码,假设在第2000行有一个if条件。这段代码完全依赖于第1000行的另一段代码的输出。所以我需要在第2000行写一条注释,以引用第1000行。那么,我如何在第2000行编写一个cref类型的注释,以便单击并导航到第1000行?count-condition) statement;//this condition depends on the
也就是说,我在C#代码中有#region注释。#region if this comment is very long, can I divide the comment into multi-lines?// my code is here
是否可以像底部代码一样将#region注释分成多行?#region the comment is separated into
#region-2 t