Click or drag to resize

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
C#
public List<TypeRef> GetInterfaces(
	bool includeBaseInterfaces = false
)

Parameters

includeBaseInterfaces (Optional)
Type: SystemBoolean

Return Value

Type: ListTypeRef
See Also