C# Class Microsoft.Scripting.Interpreter.CompiledLoopInstruction

Inheritance: Microsoft.Scripting.Interpreter.Instruction
Datei anzeigen Open project: jschementi/iron Class Usage Examples

Public Methods

Method Description
CompiledLoopInstruction ( LoopFunc compiledLoop ) : System.Linq.Expressions
Run ( InterpretedFrame frame ) : int

Method Details

CompiledLoopInstruction() public method

public CompiledLoopInstruction ( LoopFunc compiledLoop ) : System.Linq.Expressions
compiledLoop LoopFunc
return System.Linq.Expressions

Run() public method

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