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