[]
Clones the syntax node if the node is mutable.
public SyntaxNode Clone()
Public Function Clone() As SyntaxNode
| Type | Description |
|---|---|
| SyntaxNode | If the node is mutable, returns the cloned object. Otherwise, returns the equivalent object from object pool. |