System.Configuration.ConfigurationValues.GetConfigValue C# (CSharp) Method

GetConfigValue() private method

private GetConfigValue ( string key ) : ConfigurationValue
key string
return ConfigurationValue
        internal ConfigurationValue GetConfigValue(string key) {
            return (ConfigurationValue)BaseGet(key);
        }

Same methods

ConfigurationValues::GetConfigValue ( int index ) : ConfigurationValue