>
Defined in Type: Qbservable
Namespace: System.Reactive.Linq
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public static IQbservable<TSource> Dematerialize<TSource>(this IQbservable<Notification<TSource>> source)
Summary: Dematerializes the explicit notification values of an observable sequence as implicit notifications.
Type parameters
| Name | Description |
|---|---|
TSource | The type of the elements materialized in the source sequence notification objects. |
Parameters
| Name | Type | Description |
|---|---|---|
source | [IQbservable | An observable sequence containing explicit notification values which have to be turned into implicit notifications. |
Returns: IQbservable
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | source is null. |