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

Inheritance: Instruction
显示文件 Open project: dotnet/corefx

Public Methods

Method Description
ToDebugString ( int instructionIndex, object cookie, int>.Func labelIndexer, IReadOnlyList objects ) : string

Protected Methods

Method Description
LocalAccessInstruction ( int index ) : System.Collections.Generic

Method Details

LocalAccessInstruction() protected method

protected LocalAccessInstruction ( int index ) : System.Collections.Generic
index int
return System.Collections.Generic

ToDebugString() public method

public ToDebugString ( int instructionIndex, object cookie, int>.Func labelIndexer, IReadOnlyList objects ) : string
instructionIndex int
cookie object
labelIndexer int>.Func
objects IReadOnlyList
return string