Aqueduct.Configuration.Loaders.ConfigurationLoader.Load C# (CSharp) Method

Load() public method

public Load ( ) : SectionList
return SectionList
        public SectionList Load ()
        {
            _sections.Clear ();
            LoadSections ();
            ForEachSetting (ValidateSetting);
            return GetActiveSections ();
        }