Simple.Data.Oracle.Tests.Configuration.TestConfigurationManager.TestConfigurationManager C# (CSharp) Method

TestConfigurationManager() public method

public TestConfigurationManager ( NameValueCollection appSettings = null, object section = null ) : System.Collections.Specialized
appSettings System.Collections.Specialized.NameValueCollection
section object
return System.Collections.Specialized
        public TestConfigurationManager(NameValueCollection appSettings = null, object section = null)
        {
            AppSettings = appSettings ?? new NameValueCollection();
            _section = section;

        }