System.Reactive.PlatformServices.IPlatformEnlightenmentProvider public interface IPlatformEnlightenmentProvider Documentation Code namespace System.Reactive.PlatformServices { public interface IPlatformEnlightenmentProvider { T GetService<T>(params object[] args) where T : class; } }