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

Inheritance: LocalAccessInstruction, IBoxableInstruction
显示文件 Open project: dotnet/corefx Class Usage Examples

Public Methods

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

Private Methods

Method Description
AssignLocalInstruction ( 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