[This is preliminary documentation and is subject to change.]

Position of pointed object in IEnumerable

Namespace: Tools.XmlT.XPathT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public int Index
Visual Basic
Public Index As Integer
Visual C++
public:
int Index
F#
val mutable Index: int
JScript
public var Index : int

Remarks

This field must be kept in sinc with real position of Enumerator manually! Do not change it if you haven't (or are not going to) move Enumerator into the same position as Index points to

See Also