C# Class CellsAutomate.Mutator.Mutations.ReplaceCommandMutation.ReplaceCommand

Afficher le fichier Open project: Confirmit/Students

Méthodes publiques

Méthode Description
Execute ( ) : void
ReplaceCommand ( ICommandsList commands, ICommand now, int index ) : System
Undo ( ) : void

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

ReplaceCommand() public méthode

public ReplaceCommand ( ICommandsList commands, ICommand now, int index ) : System
commands ICommandsList
now ICommand
index int
Résultat System

Undo() public méthode

public Undo ( ) : void
Résultat void