AjErl.Tests.ProcessTests.LambdaFunction.Apply C# (CSharp) Метод

Apply() публичный Метод

public Apply ( Context context, IList arguments ) : object
context Context
arguments IList
Результат object
            public object Apply(Context context, IList<object> arguments)
            {
                return this.function();
            }
ProcessTests.LambdaFunction