AjErl.Tests.Functions.SpawnFunctionTests.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();
            }
SpawnFunctionTests.LambdaFunction