CompositeTypeModel.Events Property

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

Definition

Gets the events declared by the type and visible within its scope.
public IReadOnlyList<EventModel> Events { get; }

Property Value

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