 | MagicTypeExtendsType Method |
Returns true if this type is an extension of the provided
baseType. This method will recurse the type tree to determine
if the extension occurs anywhere in the tree. If not found,
the method returns false.
Namespace:
com.espertech.esper.compat.magic
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxpublic bool ExtendsType(
Type baseType
)
Parameters
- baseType
- Type: SystemType
Type of the base.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:com.espertech.esper.compat.magic.MagicType.ExtendsType(System.Type)"]
See Also