Returns True if any type derives from the specified type.
public static
bool IsAnyTypeDerivedFromType(
ITypeInfo typeInfo);
Parameters
-
typeInfo
-
Type object
Return Value
True if any type derives from the specified type; False if otherwise.
Remarks
Example
To be added.
See Also
RuleUtilities Class | SubMain.CodeItRight.Sdk.Utils Namespace