Artificial Mind Help

GeneCollection.AddRange Method

Copies the elements of the specified array to the end of the collection.

Overload List

Copies the elements of the specified array to the end of the collection.

public void AddRange(Gene[]);

Copies the elements of the specified array to the end of the collection.

public void AddRange(GeneCollection);

See Also

GeneCollection Class | AnticipatingMinds.ArtificialMind.GeneticAlgorithms Namespace