CreateQuery__1 - waf/Rx.NET GitHub Wiki
Creates a new asynchronous enumerable sequence represented by an expression tree.
Namespace: System.Linq
Assembly: System.Interactive.Async.Providers (in System.Interactive.Async.Providers.dll)
IAsyncQueryable<TElement> CreateQuery<TElement>(
Expression expression
)
Type: System.Linq.Expressions.Expression
The expression tree representing the asynchronous enumerable sequence.
The type of the elements in the sequence.
Type: IAsyncQueryable<TElement>
Asynchronous enumerable sequence represented by the specified expression tree.