Exemplo n.º 1
0
 public TargetSet(MethodBinder binder, int count)
 {
     this.binder = binder;
     this.count = count;
     targets = new List<MethodTarget>();
 }
Exemplo n.º 2
0
 internal FastCallableUgly(MethodBinder binder)
 {
     this.binder = binder;
 }