AddBranch() 개인적인 메소드

private AddBranch ( System.Linq.Expressions.Interpreter.InstructionList instructions, int branchIndex ) : void
instructions System.Linq.Expressions.Interpreter.InstructionList
branchIndex int
리턴 void
예제 #1
0
 private void EmitBranch(OffsetInstruction instruction, BranchLabel label)
 {
     Emit(instruction);
     label.AddBranch(this, Count - 1);
 }
예제 #2
0
 private void EmitBranch(OffsetInstruction instruction, BranchLabel label)
 {
     Emit(instruction);
     label.AddBranch(this, Count - 1);
 }