Returns True if the type name conflicts with existing namespace name.
public static
bool IsTypeConflictsWithNamespace(
string name);
Parameters
-
name
-
Name of the code element
Return Value
True if the type name conflicts with existing namespace name; False if otherwise.
Remarks
Example
To be added.
See Also
NamingRuleUtilities Class | SubMain.CodeItRight.Sdk.Utils Namespace