Artificial Mind Help

GeneCollection.AddRange Method (Gene[])

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

public void AddRange(
   Gene[] value
);

Parameters

value
An array of type Gene containing the objects to add to the collection.

See Also

GeneCollection Class | AnticipatingMinds.ArtificialMind.GeneticAlgorithms Namespace | GeneCollection.AddRange Overload List