Hide Comments
Hide Comments

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

expandingSyntax

Delphi

public
  function Clone(const aParent: TRSGPNode<T>): TRSGPNode<T>;
 

Parameters

aParent

Type: TRSGPNode<T>

Return Value

Type: TRSGPNode<T>

expandingSee Also

Comments (0)