C# Class AjScript.Commands.ForCommand

Inheritance: ICommand
Mostrar archivo Open project: ajlopez/AjScript Class Usage Examples

Public Methods

Method Description
Execute ( IContext context ) : void
ForCommand ( ICommand initialCommand, IExpression condition, ICommand endCommand, ICommand body ) : System

Method Details

Execute() public method

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

ForCommand() public method

public ForCommand ( ICommand initialCommand, IExpression condition, ICommand endCommand, ICommand body ) : System
initialCommand ICommand
condition IExpression
endCommand ICommand
body ICommand
return System