InterfaceTypeAdapter.GetInterfaces Method

Namespace
Kampute.DocToolkit.Metadata.Adapters
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets the interfaces extended or inherited by the interface.
protected virtual IEnumerable<IInterfaceType> GetInterfaces()

Returns

IEnumerable<IInterfaceType>
An enumerable collection of IInterfaceType objects representing the interfaces extended or inherited by the interface.