System.Xml.Schema.SyntaxTreeNode.Clone C# (CSharp) Méthode

Clone() public abstract méthode

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
Résultat SyntaxTreeNode
        public abstract SyntaxTreeNode Clone(Positions positions);