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