System.Configuration.KeyValueConfigurationCollection.this C# (CSharp) Метод

this() публичный Метод

public this ( string key ) : KeyValueConfigurationElement
key string
Результат KeyValueConfigurationElement
        public new KeyValueConfigurationElement this[string key] {
            get {
                return (KeyValueConfigurationElement)BaseGet(key);
            }
        }