)>
Defined in Type: Qbservable
Namespace: System.Reactive.Linq
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public static IQbservable<TResult> Cast<TResult>(this IQbservable<object> source)
Summary: Converts the elements of an observable sequence to the specified type.
Type parameters
| Name | Description |
|---|---|
TResult | The type to convert the elements in the source sequence to. |
Parameters
| Name | Type | Description |
|---|---|---|
source | [IQbservable | The observable sequence that contains the elements to be converted. |
Returns: IQbservable
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | source is null. |