System.Reactive.BinaryObserver<TLeft, TRight> sealed class BinaryObserver<TLeft, TRight> : IObserver<Either<Notification<TLeft>, Notification<TRight>>> Documentation Code namespace System.Reactive { }