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

GetSection() public method

public GetSection ( string sectionName ) : object
sectionName string
return object
        public object GetSection(string sectionName)
        {
            SectionName = sectionName;
            return _section;
        }