C# Class CellsAutomate.Mutator.CommandsList.CommandsList

Inheritance: ICommandsList
Afficher le fichier Open project: Confirmit/Students Class Usage Examples

Méthodes publiques

Méthode Description
CommandsList ( IEnumerable commands ) : System
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

CommandsList() public méthode

public CommandsList ( IEnumerable commands ) : System
commands IEnumerable
Résultat System

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