AjErl.Language.FuncFunction.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.func(context, arguments);
        }