C# Class CellsAutomate.Mutator.CommandsList.CommandsListWithLogger

Inheritance: ICommandsList
Afficher le fichier Open project: Confirmit/Students

Méthodes publiques

Méthode 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

Méthode Description
IEnumerable ( ) : IEnumerator

Method Details

CommandsListWithLogger() public méthode

public CommandsListWithLogger ( ICommandsList commands, ILogger logger ) : System.Collections
commands ICommandsList
logger ILogger
Résultat System.Collections

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

Insert() public méthode

public Insert ( int index, ICommand item ) : void
index int
item ICommand
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

this() public méthode

public this ( int index ) : ICommand
index int
Résultat ICommand