InterfaceModel.Properties Property

Namespace
Kampute.DocToolkit.Models
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets the properties declared by the interface.
public IReadOnlyList<PropertyModel> Properties { get; }

Property Value

IReadOnlyList<PropertyModel>
A read-only collection of PropertyModel representing the properties declared by the interface. The properties in the collection are ordered by their names and number of index parameters.