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

Clone() public méthode

public Clone ( Positions positions ) : SyntaxTreeNode
positions Positions
Résultat SyntaxTreeNode
        public override SyntaxTreeNode Clone(Positions positions) {
            // NamespaceListNode nodes have to be removed prior to that
            throw new InvalidOperationException();
        }