System.Collections.DictionaryBase.this C# (CSharp) Метод

this() защищенный Метод

protected this ( object key ) : objectSystem.Collections.IDictionary.
key object
Результат objectSystem.Collections.IDictionary.
        object System.Collections.IDictionary.this[object key] { get { throw null; } set { } }
        System.Collections.ICollection System.Collections.IDictionary.Keys { get { throw null; } }