InterfaceModel.Events Property

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

Definition

Gets the events declared by the interface.
public IReadOnlyList<EventModel> Events { get; }

Property Value

IReadOnlyList<EventModel>
A read-only collection of EventModel representing the events declared by the interface. The events in the collection are ordered by their names.