This rule is Obsolete | |
Synopsis: | Do not use casing to differentiate identifiers |
Language: | C# |
Severity Level: | 7 |
Category: | Naming |
Description: |
Some programming languages (e.g. VB.NET) do not support distinguishing identifiers by case, so do not define a type called This rule applies to namespaces, properties, methods, method parameters, and types. Please note that it is allowed to have identifiers that differ only in case in distinct categories, e.g. a property |