Base:
property
CurrentPosition
MS.Internal.Xml.XPath.ResetableIterator.CurrentPosition
1 override of CurrentPosition
System.Xml (1)
System\Xml\XPath\Internal\ReversePositionQuery.cs (1)
20public override int CurrentPosition { get { return outputBuffer.Count - count + 1; } }