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