C# Class DartSharp.Commands.WhileCommand

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

Méthodes publiques

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

Method Details

Execute() public méthode

public Execute ( Context context ) : object
context Context
Résultat object

WhileCommand() public méthode

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