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

this() public method

public this ( int index ) : ICommand
index int
return ICommand
        public ICommand this[int index]
        {
            get { return _commands[index]; }
            set { _commands[index] = value; }
        }