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
| HasInterfaces | Gets a value indicating whether the type has any interfaces. |
| Interfaces | Gets all the interfaces that the type extends, implements, or inherits. |
