CompositeTypeAdapter.GetExplicitInterfaceEvents Method

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

Definition

Retrieves the explicit interface events implemented by the type.
protected virtual IEnumerable<EventInfo> GetExplicitInterfaceEvents()

Returns

IEnumerable<EventInfo>
An enumeration of IEvent objects representing the explicit interface events implemented by the type.