System.Reactive.Linq.IQueryServices
interface IQueryServices
namespace System.Reactive.Linq
{
internal interface IQueryServices
{
T Extend<[Nullable(2)] T>(T baseImpl);
}
}