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

this() public method

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