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

Inheritance: LocalAccessInstruction
Mostrar archivo Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Run ( InterpretedFrame frame ) : int

Private Methods

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

Method Details

Run() public method

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