<PackageReference Include="System.Reactive" Version="7.0.0-preview.16" />
System.Reactive.IEventSource<T>
namespace System.
Reactive
{
public interface IEventSource<[
System.
Runtime.
CompilerServices.
Nullable(
2)]
out T>
{
event Action<
T>
OnNext;
}
}