Mark() private method

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