System.Xml.Schema.NamespaceListNode.Clone C# (CSharp) 메소드

Clone() 공개 메소드

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