예제 #1
0
 internal IfThenBranch(IfStatement ifStatement, ILProcessor processor)
 {
     _statement = ifStatement;
     _processor = processor;
 }