This rule is Obsolete | |
Synopsis: | Use #region to group non-public members |
Language: | C# |
Severity Level: | 5 |
Category: | Comments |
Description: |
If a class contains a large number of members, attributes, and/or properties, put all non-public members in a region. Preferably, use separate regions to split-up the private, protected, and internal members, and a region to hide all fields. It is also allowed to use the |