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

Clone() public method

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