C# Class CellsAutomate.Mutator.Mutations.DeleteCommandMutation.RemoveCommand

Afficher le fichier Open project: Confirmit/Students

Méthodes publiques

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

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

RemoveCommand() public méthode

public RemoveCommand ( ICommandsList commands, int index ) : System
commands ICommandsList
index int
Résultat System

Undo() public méthode

public Undo ( ) : void
Résultat void