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

Show file Open project: Confirmit/Students

Public Methods

Method Description
Execute ( ) : void
RemoveCommand ( ICommandsList commands, int index ) : System
Undo ( ) : void

Method Details

Execute() public method

public Execute ( ) : void
return void

RemoveCommand() public method

public RemoveCommand ( ICommandsList commands, int index ) : System
commands ICommandsList
index int
return System

Undo() public method

public Undo ( ) : void
return void