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

GetConfigValue() private method

private GetConfigValue ( int index ) : ConfigurationValue
index int
return ConfigurationValue
        internal ConfigurationValue GetConfigValue(int index) {
            return (ConfigurationValue)BaseGet(index);
        }

Same methods

ConfigurationValues::GetConfigValue ( string key ) : ConfigurationValue