XPathItemCollection ConstructorXPathItemCollection ConstructorXPathItemCollection Constructor

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

Syntax

Protected Sub New ( _
    nt As System.Xml.XmlNameTable _
)
protected XPathItemCollection(
    System.Xml.XmlNameTable nt
)
protected:
XPathItemCollection(
    System.Xml::XmlNameTable^ nt
)