C# Class System.Linq.Expressions.Interpreter.InitializeLocalInstruction.ParameterBox

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

Méthodes publiques

Méthode Description
ParameterBox ( int index ) : System.Collections.Generic
Run ( InterpretedFrame frame ) : int

Method Details

ParameterBox() public méthode

public ParameterBox ( int index ) : System.Collections.Generic
index int
Résultat System.Collections.Generic

Run() public méthode

public Run ( InterpretedFrame frame ) : int
frame InterpretedFrame
Résultat int