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

Inheritance: IFunction
Afficher le fichier Open project: ajlopez/AjErl

Méthodes publiques

Méthode Description
Apply ( Context context, IList arguments ) : object
LambdaFunction ( Func function ) : System

Method Details

Apply() public méthode

public Apply ( Context context, IList arguments ) : object
context Context
arguments IList
Résultat object

LambdaFunction() public méthode

public LambdaFunction ( Func function ) : System
function Func
Résultat System