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

CommandsList() public method

public CommandsList ( IEnumerable commands ) : System
commands IEnumerable
return System
        public CommandsList(IEnumerable<ICommand> commands)
        {
            _commands = commands.ToList();
        }