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