MS.Internal.Xml.XPath.DescendantQuery.DescendantQuery C# (CSharp) Method

DescendantQuery() public method

public DescendantQuery ( DescendantQuery other ) : System
other DescendantQuery
return System
        public DescendantQuery(DescendantQuery other) : base(other) {
            this.nodeIterator = Clone(other.nodeIterator);
        }

Same methods

DescendantQuery::DescendantQuery ( Query qyParent, string Name, string Prefix, XPathNodeType Type, bool matchSelf, bool abbrAxis ) : System