CustomConfigurations.Config.Config C# (CSharp) Method

Config() public method

Default constructor will give a blank configuration path and section, it will try and determine a the config path and choose the first valid section it can find.
public Config ( ) : System
return System
        public Config()
            : this(string.Empty, true)
        {
        }

Same methods

Config::Config ( bool allowValueInheritance ) : System
Config::Config ( string configurationPath, bool allowValueInheritance = true ) : System
Config::Config ( string pathToConfigFile, string configurationPath ) : System
Config::Config ( string pathToConfigFile, string configurationPath, bool allowValueInheritance ) : System