System.Net.Configuration.SettingsSectionInternal.GetSection C# (CSharp) Method

GetSection() static private method

static private GetSection ( ) : SettingsSectionInternal
return SettingsSectionInternal
        internal static SettingsSectionInternal GetSection()
        {
            return new SettingsSectionInternal((SettingsSection) PrivilegedConfigurationManager.GetSection(ConfigurationStrings.SettingsSectionPath));
        }