CMTest.Droid.Application.GetInstance C# (CSharp) Метод

GetInstance() защищенный Метод

protected GetInstance ( Type service, string key ) : object
service System.Type
key string
Результат object
        protected override object GetInstance(Type service, string key)
        {
            return container.GetInstance(service, key);
        }