C# Class AjScript.Commands.WhileCommand

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

Méthodes publiques

Méthode Description
Execute ( IContext context ) : void
WhileCommand ( IExpression condition, ICommand command ) : System

Method Details

Execute() public méthode

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

WhileCommand() public méthode

public WhileCommand ( IExpression condition, ICommand command ) : System
condition IExpression
command ICommand
Résultat System