C# Class Microsoft.Scripting.Interpreter.InitializeLocalInstruction.ParameterBox

Inheritance: InitializeLocalInstruction
Afficher le fichier Open project: jschementi/iron Class Usage Examples

Méthodes publiques

Méthode Description
ParameterBox ( int index ) : System.Linq.Expressions
Run ( InterpretedFrame frame ) : int

Method Details

ParameterBox() public méthode

public ParameterBox ( int index ) : System.Linq.Expressions
index int
Résultat System.Linq.Expressions

Run() public méthode

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