System.Configuration.ConfigurationValues.GetConfigValue C# (CSharp) Метод

GetConfigValue() приватный Метод

private GetConfigValue ( string key ) : ConfigurationValue
key string
Результат ConfigurationValue
        internal ConfigurationValue GetConfigValue(string key) {
            return (ConfigurationValue)BaseGet(key);
        }

Same methods

ConfigurationValues::GetConfigValue ( int index ) : ConfigurationValue