InterfaceTypeAdapter.Properties Property
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets all the public or protected properties declared, overridden, or implemented by the type.
public virtual IReadOnlyList<IProperty> Properties { get; }Property Value
- IReadOnlyList<IProperty>
- A read-only list of IProperty instances representing the properties of the type. The properties in the list are ordered by name and then by the number of index parameters.
