Document Solutions for Excel, .NET Edition | Document Solutions
Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Expressions Namespace
/
SyntaxNode Class
/ Clone Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Clone Method (SyntaxNode)
In This Topic
Clones the syntax node if the node is mutable.
Syntax
C#
public
SyntaxNode
Clone()
Return Value
If the node is mutable, returns the cloned object. Otherwise, returns the equivalent object from object pool.
See Also
Reference
SyntaxNode Class
SyntaxNode Members