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

GetConfig() private method

private GetConfig ( string sectionName ) : object
sectionName string
return object
		public object GetConfig (string sectionName)
		{
			Init ();
			return config.GetConfig (sectionName);
		}