Skip to content

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

NameDescription
TSourceThe type of the elements materialized in the source sequence notification objects.

Parameters

NameTypeDescription
source[IQbservable>](#An observable sequence containing explicit notification values which have to be turned into implicit notifications.

Returns: IQbservable -- An observable sequence exhibiting the behavior corresponding to the source sequence's notification values.

Exceptions

TypeCondition
System.ArgumentNullExceptionsource is null.