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

Represents step that points to item of IEnumerable

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

Syntax

C#
protected sealed class EnumerableStep : XPathObjectNavigator..::.Step
Visual Basic (Declaration)
Protected NotInheritable Class EnumerableStep _
	Inherits XPathObjectNavigator..::.Step
Visual C++
protected ref class EnumerableStep sealed : public XPathObjectNavigator..::.Step
J#
protected final class EnumerableStep extends XPathObjectNavigator..::.Step
JScript
protected final class EnumerableStep extends XPathObjectNavigator..::.Step

Inheritance Hierarchy

System..::.Object
  Tools.XmlT.XPathT..::.XPathObjectNavigator..::.Step
    Tools.XmlT.XPathT..::.XPathObjectNavigator..::.EnumerableStep

See Also