コード例 #1
0
 public ExceptionHandlerBlock(MethodInstructionComparer methodInstructionComparer)
 {
     this.methodInstructionComparer = methodInstructionComparer;
 }
コード例 #2
0
 public TryBlockComparer(MethodInstructionComparer methodInstructionComparer)
 {
     this.methodInstructionComparer = methodInstructionComparer;
 }