System.Reactive.PlatformServices.IPlatformEnlightenmentProvider
(Infrastructure) Interface for enlightenment providers.
namespace System.Reactive.PlatformServices
{
public interface IPlatformEnlightenmentProvider
{
T GetService<T>(params object[] args) where T : class;
}
}