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