Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Java、c#、... などの多くの言語では、
//region Variables . . . //endregion
カテゴリコード用。CodeVision エディタで「領域」の代わりに使用するもの。
CodeVision には、それを正確に行うメカニズムはありませんが、次のコードで同様のことを行うことができます。
//Your region name { // Your code here }
このように、小さな (-) マイナス記号が開き括弧の横に表示され、それを折りたたむことができますが、変数が影響するように括弧がスコープを作成することを考慮する必要があります。