IWithProperties Interface
- Namespace
- Kampute.DocToolkit.Metadata.Capabilities
- Assembly
- Kampute.DocToolkit.dll
Definition
Defines a contract for types that can declare properties.
public interface IWithProperties- Implemented by
Properties
| HasProperties | Gets a value indicating whether the type has any public or protected properties. |
| Properties | Gets all the public or protected properties declared, overridden, or implemented by the type. |
