Ejemplo n.º 1
0
        protected override ConfigurationSection Arrange_GetLocalSourceSection()
        {
            DummySectionWithCollections dummySection = (DummySectionWithCollections)base.Arrange_GetLocalSourceSection();

            dummySection.LeafElementCollection.EmitClear = true;

            return(dummySection);
        }
Ejemplo n.º 2
0
 protected override void Act()
 {
     section = base.GetMergedSection();
 }