CellsAutomate.Mutator.CommandsList.CommandsList.Insert C# (CSharp) Method

Insert() public method

public Insert ( int index, ICommand item ) : void
index int
item ICommand
return void
        public void Insert(int index, ICommand item)
        {
            _commands.Insert(index, item);
        }