Exemple #1
0
 public ProxyType(Type type, ProxyFactory factory)
 {
     this.factory = factory;
     this.type    = type;
 }