IWithExplicitInterfaceMembers.ExplicitInterfaceEvents Property

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

Definition

Gets all the explicit interface events implemented by the type.
IReadOnlyList<IEvent> ExplicitInterfaceEvents { get; }

Property Value

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