Qbservable::StartWith<TSource> Method (IQbservable<TSource>, array<TSource>)
Prepends a sequence of values to a queryable observable sequence with the specified source and values.
Namespace: System.Reactive.Linq
Assembly: System.Reactive.Providers (in System.Reactive.Providers.dll)
[ExtensionAttribute] public: generic<typename TSource> static IQbservable<TSource>^ StartWith( IQbservable<TSource>^ source, ... array<TSource>^ values )
Type Parameters
- TSource
The type of source.
Parameters
- source
- Type: System.Reactive.Linq::IQbservable<TSource>
The source sequence to prepend values to.
- values
- Type: array<TSource>
The values to prepend to the specified sequence.
Return Value
Type: System.Reactive.Linq::IQbservable<TSource>The source sequence prepended with the specified values.