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