WithLatestFrom<TFirst, TSecond, TResult>
                    sealed class WithLatestFrom<TFirst, TSecond, TResult> : Producer<TResult, _<TFirst, TSecond, TResult>>
                
                namespace System.Reactive.Linq.ObservableImpl
{
}