[]
Clones this syntax node.
This method creates a copy of the current formula syntax node by traversing the syntax tree and rebuilding the node structure. If the node is mutable, the returned value is a cloned node. Otherwise, this method returns an equivalent node from the object pool.
public SyntaxNode Clone()
Public Function Clone() As SyntaxNode
| Type | Description |
|---|---|
| SyntaxNode | A cloned |