XmlQuerySequence<T> Constructors

Definition

Initializes a new instance of the XmlQuerySequence<T> class.

Overloads

XmlQuerySequence<T>()

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

Initializes a new instance of the XmlQuerySequence<T> class.

XmlQuerySequence<T>(Int32)

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

Initializes a new instance of the XmlQuerySequence<T> class.

XmlQuerySequence<T>(T)

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

Constructs a singleton XmlQuerySequence<T> that has value as its only element.

XmlQuerySequence<T>(T[], Int32)

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

Initializes a new instance of the XmlQuerySequence<T> class.

XmlQuerySequence<T>()

Source:
XmlQuerySequence.cs
Source:
XmlQuerySequence.cs
Source:
XmlQuerySequence.cs

Initializes a new instance of the XmlQuerySequence<T> class.

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

C#
public XmlQuerySequence();

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

XmlQuerySequence<T>(Int32)

Source:
XmlQuerySequence.cs
Source:
XmlQuerySequence.cs
Source:
XmlQuerySequence.cs

Initializes a new instance of the XmlQuerySequence<T> class.

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

C#
public XmlQuerySequence(int capacity);

Parameters

capacity
Int32

The size of this collection.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

XmlQuerySequence<T>(T)

Source:
XmlQuerySequence.cs
Source:
XmlQuerySequence.cs
Source:
XmlQuerySequence.cs

Constructs a singleton XmlQuerySequence<T> that has value as its only element.

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

C#
public XmlQuerySequence(T value);

Parameters

value
T

The only value in this XmlQuerySequence<T>.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

XmlQuerySequence<T>(T[], Int32)

Source:
XmlQuerySequence.cs
Source:
XmlQuerySequence.cs
Source:
XmlQuerySequence.cs

Initializes a new instance of the XmlQuerySequence<T> class.

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

C#
public XmlQuerySequence(T[] array, int size);

Parameters

array
T[]

An array of XmlQuerySequence<T> instances.

size
Int32

The size of the array.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1