Method SkipUntil
SkipUntil<TSource>(IObservable<TSource>, Func<TSource, bool>)
Declaration
public static IObservable<TSource> SkipUntil<TSource>(this IObservable<TSource> source, Func<TSource, bool> condition)
Parameters
| Type | Name | Description |
|---|---|---|
| IObservable<TSource> | source | |
| Func<TSource, bool> | condition |
Returns
| Type | Description |
|---|---|
| IObservable<TSource> |
Type Parameters
| Name | Description |
|---|---|
| TSource |