C# Class IronLua.Compiler.Ast.FunctionBody

Inheritance: Node
Afficher le fichier Open project: ericmj/IronLua Class Usage Examples

Méthodes publiques

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

Method Details

FunctionBody() public méthode

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