Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

EnumerableQuery<T> Constructor

 

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

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

Namespace:   System.Linq
Assembly:  System.Core (in System.Core.dll)

NameDescription
System_CAPS_pubmethodEnumerableQuery<T>(Expression^)

This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the EnumerableQuery<T> class and associates the instance with an expression tree.

System_CAPS_pubmethodEnumerableQuery<T>(IEnumerable<T>^)

This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the EnumerableQuery<T> class and associates it with an IEnumerable<T> collection.

Return to top
Show:
© 2017 Microsoft