A Genetic Programming Framework for .NET

GenerationHistory.CopyTo Method 

Copies the collection objects to a one-dimensional Array instance beginning at the specified index.

public void CopyTo(
   HistoryInfo[] destination,
   int index
);

Parameters

destination
The one-dimensional Array that is the destination of the values copied from the collection.
index
The index of the destination Array at which to begin inserting.

See Also

GenerationHistory Class | GeneticProgrammingEngine.Internal Namespace