XmlQueryItemSequence Constructors

Definition

Initializes a new instance of the XmlQueryItemSequence class.

Overloads

XmlQueryItemSequence()

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the XmlQueryItemSequence class.

XmlQueryItemSequence(Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the XmlQueryItemSequence class.

XmlQueryItemSequence(XPathItem)

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the XmlQueryItemSequence class.

XmlQueryItemSequence()

Initializes a new instance of the XmlQueryItemSequence class.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 XmlQueryItemSequence();
public XmlQueryItemSequence ();
Public Sub New ()

Applies to

XmlQueryItemSequence(Int32)

Initializes a new instance of the XmlQueryItemSequence class.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 XmlQueryItemSequence(int capacity);
public XmlQueryItemSequence (int capacity);
new System.Xml.Xsl.Runtime.XmlQueryItemSequence : int -> System.Xml.Xsl.Runtime.XmlQueryItemSequence
Public Sub New (capacity As Integer)

Parameters

capacity
Int32

A value of type Int32.

Applies to

XmlQueryItemSequence(XPathItem)

Initializes a new instance of the XmlQueryItemSequence class.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 XmlQueryItemSequence(System::Xml::XPath::XPathItem ^ item);
public XmlQueryItemSequence (System.Xml.XPath.XPathItem item);
new System.Xml.Xsl.Runtime.XmlQueryItemSequence : System.Xml.XPath.XPathItem -> System.Xml.Xsl.Runtime.XmlQueryItemSequence
Public Sub New (item As XPathItem)

Parameters

item
XPathItem

An instance of the XPathItem class.

Applies to