System.Reactive.Subjects.Subject<T>
Represents an object that is both an observable sequence as well as an observer.
Each notification is broadcasted to all subscribed observers.
public Subject()
Creates a subject.