CompositeTypeAdapter.Events Property

Namespace
Kampute.DocToolkit.Metadata.Adapters
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets all the public or protected events declared, overridden, or implemented by the type.
public virtual IReadOnlyList<IEvent> Events { get; }

Property Value

IReadOnlyList<IEvent>
A read-only list of IEvent instances representing the events of the type. The events in the list are ordered by name.