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; } }