Interface ISubject<T>
Represents an object that is both an observable sequence as well as an observer.
Inherited Members
Namespace: System.Reactive.Subjects
Assembly: System.Reactive.Interfaces.dll
Syntax
public interface ISubject<T> : ISubject<T, T>, IObserver<T>, IObservable<T>
Type Parameters
Name | Description |
---|---|
T | The type of the elements processed by the subject. |