TypeRefGetInterfaces Method |
Get all interfaces directly implemented by the type.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public List<TypeRef> GetInterfaces(
bool includeBaseInterfaces = false
)
Parameters
- includeBaseInterfaces (Optional)
- Type: SystemBoolean
Return Value
Type:
ListTypeRefSee Also