Returns True if the type is used outside in code.
public static
bool IsTypeUsedOutsideParentType(
ITypeInfo nestedTypeInfo);
Parameters
-
nestedTypeInfo
-
Type object
Return Value
True if type is used outside in code; False if otherwise.
Remarks
Example
To be added.
See Also
RuleUtilities Class | SubMain.CodeItRight.Sdk.Utils Namespace