XPathArray MethodsXPathArray MethodsXPathArray Methods

The XPathArrayXPathArrayXPathArray type exposes the following members.

Methods

 MethodDescription
Public methodDeepEquals (XPathArray, Collation, TimeZone)DeepEquals (XPathArray, Collation, TimeZone)DeepEquals (XPathArray^, Collation^, TimeZone) Tests if this XPathArrayXPathArrayXPathArray is deep-equal to the specified XPathArrayXPathArrayXPathArray under the specified collation and implicit time zone.
Public methodXPathFunctionItem.DeepEqualsXPathFunctionItem.DeepEqualsXPathFunctionItem::DeepEquals Tests if this XPathFunctionItemXPathFunctionItemXPathFunctionItem is deep-equal to the specified XPathFunctionItemXPathFunctionItemXPathFunctionItem under the specified collation and implicit time zone. (Inherited from XmlPrime.XPathFunctionItemXmlPrime.XPathFunctionItemXmlPrime::XPathFunctionItem)
Public methodXPathFunctionItem.EqualsXPathFunctionItem.EqualsXPathFunctionItem::Equals Determines whether the specified objectObjectobject is equal to the current objectObjectobject. (Overrides Object.EqualsObject.EqualsObject::Equals)
Protected methodObject.FinalizeObject.FinalizeObject::FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodXPathFunctionItem.GetHashCodeXPathFunctionItem.GetHashCodeXPathFunctionItem::GetHashCode Serves as a hash code for a particular type. (Overrides Object.GetHashCodeObject.GetHashCodeObject::GetHashCode)
Public methodObject.GetTypeObject.GetTypeObject::GetTypeGets the TypeTypeType of the current instance.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseCloneCreates a shallow copy of the current objectObjectobject.(Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodXPathFunctionItem.ToStringXPathFunctionItem.ToStringXPathFunctionItem::ToString Returns a stringStringString that represents the current XPathAtomicValueXPathAtomicValueXPathAtomicValue. (Overrides Object.ToStringObject.ToStringObject::ToString)
Public methodXPathFunctionItem.ValueAs (Type, IXmlNamespaceResolver)XPathFunctionItem.ValueAs (Type, IXmlNamespaceResolver)XPathFunctionItem::ValueAs (Type^, IXmlNamespaceResolver^) Returns the item's value as the type specified using the IXmlNamespaceResolverIXmlNamespaceResolverIXmlNamespaceResolver object specified to resolve namespace prefixes. (Overrides XPathItem.ValueAsXPathItem.ValueAsXPathItem::ValueAs)
Public methodXPathItem.ValueAsXPathItem.ValueAsXPathItem::ValueAsReturns the item's value as the specified type.(Inherited from System.Xml.XPath.XPathItemSystem.Xml.XPath.XPathItemSystem.Xml.XPath::XPathItem)

Top