C# 클래스 Microsoft.Scripting.Interpreter.LocalAccessInstruction

상속: Microsoft.Scripting.Interpreter.Instruction
파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
ToDebugString ( int instructionIndex, object cookie, int>.Func labelIndexer, IList objects ) : string

보호된 메소드들

메소드 설명
LocalAccessInstruction ( int index ) : System.Linq.Expressions

메소드 상세

LocalAccessInstruction() 보호된 메소드

protected LocalAccessInstruction ( int index ) : System.Linq.Expressions
index int
리턴 System.Linq.Expressions

ToDebugString() 공개 메소드

public ToDebugString ( int instructionIndex, object cookie, int>.Func labelIndexer, IList objects ) : string
instructionIndex int
cookie object
labelIndexer int>.Func
objects IList
리턴 string