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

IEnumerator that iterrates through IEnumerable contained in Object()()()

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

Syntax

C#
public IEnumerator Enumerator { get; }
Visual Basic (Declaration)
Public ReadOnly Property Enumerator As IEnumerator
Visual C++
public:
property IEnumerator^ Enumerator {
	IEnumerator^ get ();
}
J#
/** @property */
public IEnumerator get_Enumerator()
JScript
public function get Enumerator () : IEnumerator

Remarks

If you use Enumerator.MoveNext (or Reset) set Index to actual position!

See Also