public ExceptionHandlerBlock(MethodInstructionComparer methodInstructionComparer)
 {
     this.methodInstructionComparer = methodInstructionComparer;
 }
Exemple #2
0
 public TryBlockComparer(MethodInstructionComparer methodInstructionComparer)
 {
     this.methodInstructionComparer = methodInstructionComparer;
 }