Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramEngine > Classes > TRSGPNode<T> > Methods
TRSGPNode<T>.Assign(TPersistent) Method
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>
•RSGenerics.GeneticProgramEngine