public ExceptionHandlerBlock(MethodInstructionComparer methodInstructionComparer)
 {
     this.methodInstructionComparer = methodInstructionComparer;
 }
Ejemplo n.º 2
0
 public TryBlockComparer(MethodInstructionComparer methodInstructionComparer)
 {
     this.methodInstructionComparer = methodInstructionComparer;
 }