예제 #1
0
 public FieldAssignmentAction(Func<Func<ILGenerator>> bundle, IGeneratedParameter source)
 {
     this.bundle = bundle;
     this.source = source;
 }
예제 #2
0
 public FieldAssignmentAction(Func <Func <ILGenerator> > bundle, IGeneratedParameter source)
 {
     this.bundle = bundle;
     this.source = source;
 }