예제 #1
0
        private DeleteCommandMutation GetDeleteMutation(int indexToDelete, ICommandsList commands)
        {
            var random = new DeleteRandom();

            random.Invoke(indexToDelete);
            return(new DeleteCommandMutation(random, commands));
        }
예제 #2
0
 private DeleteCommandMutation GetDeleteMutation(int indexToDelete, ICommandsList commands)
 {
     var random = new DeleteRandom();
     random.Invoke(indexToDelete);
     return new DeleteCommandMutation(random, commands);
 }