C# 클래스 System.Linq.Expressions.Interpreter.LocalAccessInstruction

상속: Instruction
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

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

보호된 메소드들

메소드 설명
LocalAccessInstruction ( int index ) : System.Collections.Generic

메소드 상세

LocalAccessInstruction() 보호된 메소드

protected LocalAccessInstruction ( int index ) : System.Collections.Generic
index int
리턴 System.Collections.Generic

ToDebugString() 공개 메소드

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