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<IEvent> GetExplicitInterfaceEvents()Returns
- IEnumerable<IEvent>
- An enumeration of IEvent objects representing the explicit interface events implemented by the type.
