AjErl.Tests.Functions.SpawnFunctionTests.LambdaFunction.Apply C# (CSharp) Méthode

Apply() public méthode

public Apply ( Context context, IList arguments ) : object
context Context
arguments IList
Résultat object
            public object Apply(Context context, IList<object> arguments)
            {
                return this.function();
            }
SpawnFunctionTests.LambdaFunction