TakeUntil<TSource, TOther> sealed class TakeUntil<TSource, TOther> : Producer<TSource, _<TSource, TOther>> Documentation Code public TakeUntil(IObservable<TSource> source, IObservable<TOther> other)