Exemple #1
0
        protected DummySectionWithCollections GetMergedSection()
        {
            ConfigurationSection localSection = LocalSource.GetSection(SectionName);

            return(HierarchicalSourceHandler.CheckGetSection(SectionName, localSection) as DummySectionWithCollections);
        }