EventHandlerCollection<TEvent>
public class EventHandlerCollection<TEvent> : BuilderCollectionBase<IEventHandlerFor<TEvent>>
where TEvent : IEvent
Namespace
Constructors
EventHandlerCollection<TEvent>
public EventHandlerCollection(IEnumerable<IEventHandlerFor<TEvent>> items)