C# Class IronLua.Compiler.Ast.Block

Inheritance: Node
Exibir arquivo Open project: ericmj/IronLua Class Usage Examples

Public Methods

Method Description
Block ( List statements, LastStatement lastStatement ) : System.Collections.Generic

Method Details

Block() public method

public Block ( List statements, LastStatement lastStatement ) : System.Collections.Generic
statements List
lastStatement LastStatement
return System.Collections.Generic