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

Inheritance: InitializeLocalInstruction
Mostra file Open project: dotnet/corefx

Public Methods

Method Description
ParameterBox ( int index ) : System.Collections.Generic
Run ( InterpretedFrame frame ) : int

Method Details

ParameterBox() public method

public ParameterBox ( int index ) : System.Collections.Generic
index int
return System.Collections.Generic

Run() public method

public Run ( InterpretedFrame frame ) : int
frame InterpretedFrame
return int