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

Implements XPathNavigator over any object structure

The XPathObjectNavigator..::..EnumerableStep type exposes the following members.

Constructors

Methods

  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Overrides XPathObjectNavigator..::..Step..::..Clone()()()().)
Public methodEquals(Object)
Determines whether the specified Object is equal to the current XPathObjectNavigator..::..Step.
(Inherited from XPathObjectNavigator..::..Step.)
Public methodEquals(XPathObjectNavigator..::..Step)
Determines whether the specified XPathObjectNavigator..::..Step is equal to the current XPathObjectNavigator..::..EnumerableStep.
(Overrides XPathObjectNavigator..::..Step..::..Equals(XPathObjectNavigator..::..Step).)
Public methodToString
Returns a String that represents the current XPathObjectNavigator..::..EnumerableStep.
(Overrides XPathObjectNavigator..::..Step..::..ToString()()()().)

Fields

  NameDescription
Public fieldIndex
Position of pointed object in IEnumerable
Public fieldObject
Reprecents object associated with this step
(Inherited from XPathObjectNavigator..::..Step.)

Properties

  NameDescription
Public propertyEnumerator
IEnumerator that iterrates through IEnumerable contained in Object()()()()
Public propertyStepClass
Type of this instance
(Overrides XPathObjectNavigator..::..Step..::..StepClass.)

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodICloneable..::..Clone Obsolete. (Inherited from XPathObjectNavigator..::..Step.)

See Also