public MetaModelRepository(IMetaModelHandler[] handlers)
 {
     this.handlers = handlers;
     this.ResourceRegistrations = new List<ResourceModel>();
     this.CustomRegistrations = new ArrayList();
 }
Exemplo n.º 2
0
 bool ManagesDependencies(IMetaModelHandler arg) =>
 arg is DependencyFactoryHandler || arg is DependencyRegistrationMetaModelHandler;