Mark() private method

private Mark ( System.Linq.Expressions.Interpreter.InstructionList instructions ) : void
instructions System.Linq.Expressions.Interpreter.InstructionList
return void
コード例 #1
0
 public void MarkLabel(BranchLabel label)
 {
     label.Mark(this);
 }
コード例 #2
0
ファイル: InstructionList.cs プロジェクト: jsalvadorp/corefx
 public void MarkLabel(BranchLabel label)
 {
     label.Mark(this);
 }