System.Xml.Schema.SyntaxTreeNode.Clone C# (CSharp) Method

Clone() public abstract method

Clone the syntaxTree. We need to pass symbolsByPosition because leaf nodes have to add themselves to it.
public abstract Clone ( Positions positions ) : SyntaxTreeNode
positions Positions
return SyntaxTreeNode
        public abstract SyntaxTreeNode Clone(Positions positions);