System.Xml.Xsl.Runtime.PrecedingSiblingIterator.MoveNext C# (CSharp) Method

MoveNext() public method

Return true if the Current property is set to the next Preceding node in reverse document order.
public MoveNext ( ) : bool
return bool
        public bool MoveNext() {
            return this.filter.MoveToPreviousSibling(this.navCurrent);
        }
PrecedingSiblingIterator