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

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

Public Methods

Method Description
Run ( InterpretedFrame frame ) : int

Private Methods

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

Method Details

Run() public method

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