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

Represents special step that points to especially supported property of object

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

Syntax

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

Inheritance Hierarchy

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

See Also