System.Configuration.ConfigurationSettings.GetConfig C# (CSharp) Method

GetConfig() private method

private GetConfig ( string sectionName ) : object
sectionName string
return object
        public static object GetConfig(string sectionName) {
            return ConfigurationManager.GetSection( sectionName );
        }
    }