Artificial Mind Help

GeneCollection.Insert Method 

Inserts the specified Gene into the collection at the specified index.

public void Insert(
   int index,
   Gene value
);

Parameters

index
The zero-based index where the specified object should be inserted.
value
The Gene to insert.

See Also

GeneCollection Class | AnticipatingMinds.ArtificialMind.GeneticAlgorithms Namespace