IInterfaceCapableType.ImplementedInterfaces Property

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

Definition

Gets the interfaces that are directly implemented by the type, excluding those inherited from base types or other interfaces.
IReadOnlyList<IInterfaceType> ImplementedInterfaces { get; }

Property Value

IReadOnlyList<IInterfaceType>
A read-only list of IInterfaceType representing the directly implemented interfaces.

Remarks

This property filters out interfaces that are inherited from base types or other interfaces, providing a clear view of the interfaces that are explicitly implemented by the type itself.