ITypeDeclIsImplementationOf Method |
Determine if the type implements the specified interface type.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax bool IsImplementationOf(
TypeRef interfaceTypeRef
)
Parameters
- interfaceTypeRef
- Type: Nova.CodeDOMTypeRef
Return Value
Type:
BooleanSee Also