Hide Comments
Hide Comments

Comments (0)

Replaces old node with the new node. The old node and its children are NOT deleted or freed

Namespace: RSGenerics.GeneticProgramming

expandingSyntax

Delphi

public
  procedure Graft( const OldNode: TNode; const NewNode: TNode ); virtual;
 

Parameters

OldNode

Type: System.Void

NewNode

Type: System.Void

expandingSee Also

Comments (0)