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

Show file Open project: Confirmit/Students

Public Methods

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

Method Details

Execute() public method

public Execute ( ) : void
return void

ReplaceCommand() public method

public ReplaceCommand ( ICommandsList commands, ICommand now, int index ) : System
commands ICommandsList
now ICommand
index int
return System

Undo() public method

public Undo ( ) : void
return void