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

Inheritance: Instruction
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

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

Méthodes protégées

Méthode Description
LocalAccessInstruction ( int index ) : System.Collections.Generic

Method Details

LocalAccessInstruction() protected méthode

protected LocalAccessInstruction ( int index ) : System.Collections.Generic
index int
Résultat System.Collections.Generic

ToDebugString() public méthode

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