XPathItemCollection ClassXPathItemCollection ClassXPathItemCollection Class

Represents the results obtained by evaluating an XQuery expression.

Inheritance Hierarchy

Syntax

Public MustInherit Class XPathItemCollection _
        Implements IEnumerable(Of System.Xml.XPath.XPathItem), _
                   System.Collections.IEnumerable
public abstract class XPathItemCollection : IEnumerable<System.Xml.XPath.XPathItem>,
        System.Collections.IEnumerable
public:
ref class XPathItemCollection abstract : IEnumerable<System.Xml.XPath::XPathItem^>,
        System.Collections::IEnumerable^
 
The XPathItemCollectionXPathItemCollectionXPathItemCollection type exposes the following members.

Constructors

 ConstructorDescription
Protected methodXPathItemCollectionXPathItemCollectionXPathItemCollection Creates a new instance of the XPathItemCollectionXPathItemCollectionXPathItemCollection with the specified name table.

Top

Properties

 PropertyDescription
Public propertystaticEmptySequenceEmptySequenceEmptySequence Gets the value representing the empty sequence.
Public propertyNameTableNameTableNameTable Gets the name table associated with the XDM values.

Top

Methods

 MethodDescription
Public methodObject.EqualsObject.EqualsObject::Equals Determines whether the specified objectObjectobject is equal to the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.FinalizeObject.FinalizeObject::Finalize Allows an objectObjectobject to attempt to free resources and perform other cleanup operations before the objectObjectobject is reclaimed by garbage collection. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodGetEnumeratorGetEnumeratorGetEnumerator Returns an enumerator that iterates through the collection.
Public methodObject.GetHashCodeObject.GetHashCodeObject::GetHashCode Serves as a hash function for a particular type. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetTypeObject.GetTypeObject::GetType Gets the TypeTypeType of the current instance. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone Creates a shallow copy of the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.ToStringObject.ToStringObject::ToString Returns a stringStringString that represents the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)

Top

Explicit Interface Implementations

 NameDescription
Explicit interface implementationPrivate methodIEnumerable.GetEnumeratorIEnumerable.GetEnumeratorIEnumerable::GetEnumerator Returns an enumerator that iterates through a collection.

Top