GrapeCity.Documents.Excel.Expressions Namespace / SyntaxNode Class / Clone Method
In This Topic
Clone Method (SyntaxNode)
In This Topic
Clones the syntax node if the node is mutable.
Syntax
public SyntaxNode Clone()

Return Value

If the node is mutable, returns the cloned object. Otherwise, returns the equivalent object from object pool.
See Also