Example #1
0
 internal ILProcessor(MethodBody body)
 {
     this.body         = body;
     this.instructions = body.Instructions;
 }