IWithInterfaces Interface

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

Definition

Defines a contract for types that can implement or extend interfaces.
public interface IWithInterfaces
Implemented by

Properties

HasInterfacesGets a value indicating whether the type has any interfaces.
InterfacesGets all the interfaces that the type extends, implements, or inherits.