<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramEngine > Classes > TRSGPNode<T> > Methods:
Comments (0)
Creates a copy of the current node and all of its children. This is a deep copy of the entire subtree.
Namespace: RSGenerics.GeneticProgramEngine
Delphi
public function Clone(const aParent: TRSGPNode<T>): TRSGPNode<T>;
Parameters
aParent
Type: TRSGPNode<T>