C# Class AjScript.Language.Function.ApplyFunction

Inheritance: ICallable
Afficher le fichier Open project: ajlopez/AjScript

Méthodes publiques

Méthode Description
Invoke ( IContext context, object @this, object arguments ) : object

Method Details

Invoke() public méthode

public Invoke ( IContext context, object @this, object arguments ) : object
context IContext
@this object
arguments object
Résultat object