IWithInterfaces.Interfaces Property
- Namespace
- Kampute.DocToolkit.Metadata.Capabilities
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets all the interfaces that the type extends, implements, or inherits.
IReadOnlyList<IInterfaceType> Interfaces { get; }Property Value
- IReadOnlyList<IInterfaceType>
- A read-only list of IInterfaceType instances representing the interfaces that apply to the type. For interface types, this contains the interfaces they extend; for classes and structs, this contains the interfaces they implement or inherit. The list is ordered by each interface's full name.
