C# Class Interpreter.Semantics.LambdaExpression

Inheritance: IExpression
Mostra file Open project: EFanZh/EFanZh

Public Methods

Method Description
LambdaExpression ( IEnumerable formal_parameters, IEnumerable body ) : Interpreter.Parse

Method Details

LambdaExpression() public method

public LambdaExpression ( IEnumerable formal_parameters, IEnumerable body ) : Interpreter.Parse
formal_parameters IEnumerable
body IEnumerable
return Interpreter.Parse