Method Clone
Clone()
Creates a new object that is a copy of the current ISyntaxNode
object.
public virtual object Clone()
Returns
- object
A new instance of System.Object that is the memberwise clone of the current SyntaxNode object.
Creates a new object that is a copy of the current ISyntaxNode
object.
public virtual object Clone()
A new instance of System.Object that is the memberwise clone of the current SyntaxNode object.