Mark() 개인적인 메소드

private Mark ( System.Linq.Expressions.Interpreter.InstructionList instructions ) : void
instructions System.Linq.Expressions.Interpreter.InstructionList
리턴 void
예제 #1
0
 public void MarkLabel(BranchLabel label)
 {
     label.Mark(this);
 }
예제 #2
0
 public void MarkLabel(BranchLabel label)
 {
     label.Mark(this);
 }