Sets the children of node to be those specified in array.
            
        
    Namespace: 
   SingularSys.JepAssembly: Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)
Syntax
| C# | 
|---|
public void CopyChildren( INode node, INode[] children )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub CopyChildren ( _ node As INode, _ children As INode() _ )  | 
| Visual C++ | 
|---|
public: void CopyChildren( INode^ node, array<INode^>^ children )  | 
Parameters
- node
 - Type: SingularSys.Jep.Parser..::.INode
the node whose children will be set. 
- children
 - Type: array<
            SingularSys.Jep.Parser..::.INode
          >[]()[]
an array of nodes which will be the children of the node.