System.Configuration.KeyValueConfigurationCollection.this C# (CSharp) Method

this() public method

public this ( string key ) : KeyValueConfigurationElement
key string
return KeyValueConfigurationElement
        public new KeyValueConfigurationElement this[string key] {
            get {
                return (KeyValueConfigurationElement)BaseGet(key);
            }
        }