Aqueduct.Configuration.Loaders.SettingsConfigurationLoader.LoadSections C# (CSharp) Method

LoadSections() protected method

protected LoadSections ( ) : void
return void
        protected override void LoadSections()
        {
            Section globalSection = new Section("Global");
            globalSection.AddSettings(_predefinedSettings);
            _sections.Add(globalSection);
        }
    }