C# Class CellsAutomate.Mutator.CommandsList.CommandsList

Inheritance: ICommandsList
Show file Open project: Confirmit/Students Class Usage Examples

Public Methods

Method Description
CommandsList ( IEnumerable commands ) : System
GetEnumerator ( ) : IEnumerator
Insert ( int index, ICommand item ) : void
RemoveAt ( int index ) : void
this ( int index ) : ICommand

Private Methods

Method Description
IEnumerable ( ) : IEnumerator

Method Details

CommandsList() public method

public CommandsList ( IEnumerable commands ) : System
commands IEnumerable
return System

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