Identifiers for namespaces and types should not match keywords defined by languages that target the common language runtime. Depending on the language in use and the keyword, compiler errors and ambiguities can make the library difficult to use.
This rule checks against keywords in the following languages:
Visual Basic
C#
C++/CLI
J#
Case-insensitive comparison is used for Visual Basic keywords, and case-sensitive comparison is used for the other languages.