ITypeDeclIsSubclassOf Method |
Determine if the type is a subclass of the specified type.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax bool IsSubclassOf(
TypeRef classTypeRef
)
Parameters
- classTypeRef
- Type: Nova.CodeDOMTypeRef
Return Value
Type:
BooleanSee Also