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