System.Collections.Specialized.StringDictionary.this C# (CSharp) Method

this() public method

public this ( string key ) : string
key string
return string
        public virtual string this[string key] { get { throw null; } set { } }
        public virtual System.Collections.ICollection Keys { get { throw null; } }