CompositeTypeAdapter.GetIndirectInterfaces Method
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Retrieves the interfaces indirectly implemented by the type.
protected virtual IEnumerable<IInterfaceType> GetIndirectInterfaces()Returns
- IEnumerable<IInterfaceType>
- An enumeration of IInterfaceType objects representing the interfaces indirectly implemented by the type.
