CompositeTypeAdapter.ExplicitInterfaceEvents Property
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets all the explicit interface events implemented by the type.
public 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.
