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