Caliburn.Micro.Autofac.StorageHandlers.WinRTRoamingStorageMechanism.RegisterSingleton C# (CSharp) Метод

RegisterSingleton() публичный Метод

public RegisterSingleton ( Type service, string key, Type implementation ) : void
service System.Type
key string
implementation System.Type
Результат void
        public void RegisterSingleton(Type service, string key, Type implementation)
        {
            
        }