C# Class IronPython.Compiler.Ast.DictionaryExpression.EmptyDictInstruction

Inheritance: Microsoft.Scripting.Interpreter.Instruction
Show file Open project: jschementi/iron

Public Properties

Property Type Description
Instance EmptyDictInstruction

Public Methods

Method Description
Run ( InterpretedFrame frame ) : int

Method Details

Run() public method

public Run ( InterpretedFrame frame ) : int
frame Microsoft.Scripting.Interpreter.InterpretedFrame
return int

Property Details

Instance public static property

public static EmptyDictInstruction Instance
return EmptyDictInstruction