C# Class AjScript.Commands.DefineFunctionCommand

Inheritance: ICommand
Mostrar archivo Open project: ajlopez/AjScript

Public Methods

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

Method Details

DefineFunctionCommand() public method

public DefineFunctionCommand ( string name, string parameterNames, ICommand body, bool isdefault ) : System
name string
parameterNames string
body ICommand
isdefault bool
return System

Execute() public method

public Execute ( IContext context ) : void
context IContext
return void