CellsAutomate.Mutator.CommandsList.CommandsList.this C# (CSharp) Méthode

this() public méthode

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