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

Inheritance: InitializeLocalInstruction, IBoxableInstruction
Mostra file Open project: dotnet/corefx

Public Methods

Method Description
BoxIfIndexMatches ( int index ) : Instruction
Run ( InterpretedFrame frame ) : int

Private Methods

Method Description
Parameter ( int index ) : System.Collections.Generic

Method Details

BoxIfIndexMatches() public method

public BoxIfIndexMatches ( int index ) : Instruction
index int
return Instruction

Run() public method

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