The XPathCollection type exposes the following members.

Properties

  NameDescription
Count

Gets the number of elements contained in the CollectionBase instance.

(Inherited from CollectionBase.)
InnerList

Gets an ArrayList containing the list of elements in the CollectionBase instance.

(Inherited from CollectionBase.)
Item
Gets or sets collection item at the position i.
List

Gets an IList containing the list of elements in the CollectionBase instance.

(Inherited from CollectionBase.)
SyncRoot
Returns the object that can be used for synchronizing access to this instance.

See Also