Exemplo n.º 1
0
 public void Remove(IEventCollectionHandler <TKey, TValue> handler)
 {
     collection.Handlers.internalHandlers.Remove(new KeyValuePair <object, IEventCollectionHandler <TKey, TValue> >(context, handler));
 }
 public void Add(IEventCollectionHandler <TKey, TValue> handler)
 {
     Collection.Handlers.InternalHandlers.Add(new KeyValuePair <object, IEventCollectionHandler <TKey, TValue> > (Context, handler));
 }