C# Class AjScript.Commands.ForCommand

Inheritance: ICommand
Afficher le fichier Open project: ajlopez/AjScript Class Usage Examples

Méthodes publiques

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

Method Details

Execute() public méthode

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

ForCommand() public méthode

public ForCommand ( ICommand initialCommand, IExpression condition, ICommand endCommand, ICommand body ) : System
initialCommand ICommand
condition IExpression
endCommand ICommand
body ICommand
Résultat System