Interactive Extensions
Interactive Extensions
Ix-Main Namespaces
System.Linq
AsyncQueryable Class
AsyncQueryable Methods
Aggregate Method
All Method
Any Method
AsAsyncQueryable(TElement) Method
Average Method
Buffer Method
Cast(TResult) Method
Catch Method
Concat(TSource) Method
Contains Method
Count Method
DefaultIfEmpty Method
Distinct Method
DistinctUntilChanged Method
Do Method
ElementAt Method
ElementAtOrDefault Method
Except Method
Expand(TSource) Method
Finally(TSource) Method
First Method
FirstOrDefault Method
GroupBy Method
GroupJoin Method
IgnoreElements(TSource) Method
Intersect Method
IsEmpty Method
Join Method
Last Method
LastOrDefault Method
LongCount Method
Max Method
MaxBy Method
Min Method
MinBy Method
OfType(TType) Method
OnErrorResumeNext(TSource) Method
OrderBy Method
OrderByDescending Method
Repeat Method
Retry Method
Reverse(TSource) Method
Scan Method
Select Method
SelectMany Method
SequenceEqual Method
Single Method
SingleOrDefault Method
Skip(TSource) Method
SkipLast(TSource) Method
SkipWhile Method
StartWith(TSource) Method
Sum Method
Take(TSource) Method
TakeLast(TSource) Method
TakeWhile Method
ThenBy Method
ThenByDescending Method
ToArray Method
ToDictionary Method
ToList Method
ToLookup Method
Union Method
Where Method
Zip(TFirst, TSecond, TResult) Method
AsyncQueryable
Cast
TResult
Method
Namespace:
System.Linq
Assembly:
System.Interactive.Async.Providers (in System.Interactive.Async.Providers.dll) Version: 1.2.0.0
Syntax
C#
Copy
public
static
IAsyncQueryable
<TResult>
Cast
<TResult>(
this
IAsyncQueryable
<
Object
>
source
)
Parameters
source
Type:
System.Linq
IAsyncQueryable
Object
Type Parameters
TResult
Return Value
Type:
IAsyncQueryable
TResult
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IAsyncQueryable
Object
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
AsyncQueryable Class
System.Linq Namespace