CompositeTypeAdapter.GetInterfaces Method

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

Definition

Retrieves the interfaces implemented or inherited by the type.
protected virtual IEnumerable<IInterfaceType> GetInterfaces()

Returns

IEnumerable<IInterfaceType>
An enumeration of IInterfaceType objects representing the interfaces implemented or inherited by the type.