Mark() private method

private Mark ( System.Linq.Expressions.Interpreter.InstructionList instructions ) : void
instructions System.Linq.Expressions.Interpreter.InstructionList
return void
Esempio n. 1
0
 public void MarkLabel(BranchLabel label)
 {
     label.Mark(this);
 }
Esempio n. 2
0
 public void MarkLabel(BranchLabel label)
 {
     label.Mark(this);
 }