C# Class IronLua.Compiler.Ast.FunctionBody

Inheritance: Node
ファイルを表示 Open project: ericmj/IronLua Class Usage Examples

Public Methods

Method Description
FunctionBody ( List parameters, bool varargs, Block body ) : System.Collections.Generic

Method Details

FunctionBody() public method

public FunctionBody ( List parameters, bool varargs, Block body ) : System.Collections.Generic
parameters List
varargs bool
body Block
return System.Collections.Generic