C# Class System.Linq.Expressions.Interpreter.BranchLabel

显示文件 Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
AddBranch void
FixupBranch void
Mark void
ToRuntimeLabel RuntimeLabel

Public Methods

Method Description
BranchLabel ( ) : System.Diagnostics

Private Methods

Method Description
AddBranch ( System.Linq.Expressions.Interpreter.InstructionList instructions, int branchIndex ) : void
FixupBranch ( System.Linq.Expressions.Interpreter.InstructionList instructions, int branchIndex ) : void
Mark ( System.Linq.Expressions.Interpreter.InstructionList instructions ) : void
ToRuntimeLabel ( ) : RuntimeLabel

Method Details

BranchLabel() public method

public BranchLabel ( ) : System.Diagnostics
return System.Diagnostics