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

Reset() public method

public Reset ( ) : void
return void
        public override void Reset() {
            nodeIterator = null;
            base.Reset();
        }