C# Class DartSharp.Methods.DefinedFunction

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

Méthodes publiques

Méthode Description
Call ( Context context, IList arguments ) : object
DefinedFunction ( IList argnames, ICommand command ) : System

Method Details

Call() public méthode

public Call ( Context context, IList arguments ) : object
context Context
arguments IList
Résultat object

DefinedFunction() public méthode

public DefinedFunction ( IList argnames, ICommand command ) : System
argnames IList
command ICommand
Résultat System