InterfaceTypeAdapter.Interfaces Property
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets all the interfaces that the type extends, implements, or inherits.
public virtual IReadOnlyList<IInterfaceType> Interfaces { get; }Property Value
- IReadOnlyList<IInterfaceType>
- A read-only list of IInterfaceType instances representing the interfaces. For interface types, this includes extended interfaces; for class and struct types, this includes implemented and inherited interfaces. The interfaces in the list are ordered by full name.
