C# Class CellsAutomate.Mutator.Mutations.SwapCommandMutation.SwapCommand

Afficher le fichier Open project: Confirmit/Students

Méthodes publiques

Méthode Description
Execute ( ) : void
SwapCommand ( ICommandsList commands, int first, int second ) : System
Undo ( ) : void

Private Methods

Méthode Description
Swap ( int first, int second ) : void

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

SwapCommand() public méthode

public SwapCommand ( ICommandsList commands, int first, int second ) : System
commands ICommandsList
first int
second int
Résultat System

Undo() public méthode

public Undo ( ) : void
Résultat void