C# Class AjScript.Commands.DefineFunctionCommand

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

Méthodes publiques

Méthode Description
DefineFunctionCommand ( string name, string parameterNames, ICommand body, bool isdefault ) : System
Execute ( IContext context ) : void

Method Details

DefineFunctionCommand() public méthode

public DefineFunctionCommand ( string name, string parameterNames, ICommand body, bool isdefault ) : System
name string
parameterNames string
body ICommand
isdefault bool
Résultat System

Execute() public méthode

public Execute ( IContext context ) : void
context IContext
Résultat void