System.Collections.Specialized.HybridDictionary.this C# (CSharp) Méthode

this() public méthode

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