System.Collections.DictionaryBase.System C# (CSharp) Méthode

System() private méthode

private System ( object key ) : bool
key object
Résultat bool
        bool System.Collections.IDictionary.Contains(object key) { throw null; }
        void System.Collections.IDictionary.Remove(object key) { }

Same methods

DictionaryBase::System ( ) : System.Collections.IEnumerator
DictionaryBase::System ( object key ) : void
DictionaryBase::System ( object key, object value ) : void