Method CloneTree
CloneTree()
Recursive clone the IQueryNode tree. The tags are not copied to the new tree when you call the CloneTree() method.
Declaration
IQueryNode CloneTree()
Returns
Type | Description |
---|---|
IQueryNode | the cloned tree |