Example #1
0
 public InstanceHandler(Type type)
 {
     mInstance = ReflectionHandlerFactory.InstanceHandler(type);
 }