<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramEngine > Classes > TRSGPBinaryNode<T> > Methods:
Comments (0)
Makes a deep copy (i.e., all children, grandchildren, etc) of the Source to the node
Namespace: RSGenerics.GeneticProgramEngine
Delphi
public procedure Assign(Source: TPersistent); override;
Parameters
Source
Type: TPersistent
TRSGPNode<T>.Assign(TPersistent)