C# Class CellsAutomate.Mutator.CommandsList.CommandsListWithLogger

Inheritance: ICommandsList
Show file Open project: Confirmit/Students

Public Methods

Method Description
CommandsListWithLogger ( ICommandsList commands, ILogger logger ) : System.Collections
GetEnumerator ( ) : IEnumerator
Insert ( int index, ICommand item ) : void
RemoveAt ( int index ) : void
this ( int index ) : ICommand

Private Methods

Method Description
IEnumerable ( ) : IEnumerator

Method Details

CommandsListWithLogger() public method

public CommandsListWithLogger ( ICommandsList commands, ILogger logger ) : System.Collections
commands ICommandsList
logger ILogger
return System.Collections

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

Insert() public method

public Insert ( int index, ICommand item ) : void
index int
item ICommand
return void

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void

this() public method

public this ( int index ) : ICommand
index int
return ICommand