Simple.Data.Oracle.Tests.Configuration.TestConfigurationManager.TestConfigurationManager C# (CSharp) 메소드

TestConfigurationManager() 공개 메소드

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

        }