Ejemplo n.º 1
0
 public ActivationStore()
 {
     _InternalStore = new ReadWriteDictionary <ConstructorInfo, Func <Object[], Object> >();
 }