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