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

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

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

Same methods

ConfigurationValues::GetConfigValue ( string key ) : ConfigurationValue