C# Class Microsoft.Scripting.Interpreter.LeaveFinallyInstruction

The last instruction of finally block.
Inheritance: Microsoft.Scripting.Interpreter.Instruction
Datei anzeigen Open project: jschementi/iron

Public Methods

Method Description
Run ( InterpretedFrame frame ) : int

Private Methods

Method Description
LeaveFinallyInstruction ( ) : System.Linq.Expressions

Method Details

Run() public method

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