Beispiel #1
0
 public Type Find(Type eventType)
 {
     return(typeCache.AddOrGetExisting(eventType, HandlerCollectionTypeFactory));
 }