XPathItemCollection.EmptySequence PropertyXPathItemCollection.EmptySequence PropertyXPathItemCollection::EmptySequence Property

Gets the value representing the empty sequence.

Syntax

Public Shared ReadOnly Property EmptySequence As IEnumerable(Of System.Xml.XPath.XPathItem)
        Get
public static IEnumerable<System.Xml.XPath.XPathItem> EmptySequence { get; }
public:
static property IEnumerable<System.Xml.XPath::XPathItem^>^ EmptySequence {
    IEnumerable<System.Xml.XPath::XPathItem^>^ get();
}