C# Class AjErl.Tests.Functions.SpawnFunctionTests.LambdaFunction

Inheritance: IFunction
Mostrar archivo Open project: ajlopez/AjErl

Public Methods

Method Description
Apply ( Context context, IList arguments ) : object
LambdaFunction ( Func function ) : System

Method Details

Apply() public method

public Apply ( Context context, IList arguments ) : object
context Context
arguments IList
return object

LambdaFunction() public method

public LambdaFunction ( Func function ) : System
function Func
return System