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

System() protected méthode

protected System ( object key, object value ) : void
key object
value object
Résultat void
        void System.Collections.IDictionary.Add(object key, object value) { }
        bool System.Collections.IDictionary.Contains(object key) { throw null; }

Same methods

DictionaryBase::System ( ) : System.Collections.IEnumerator
DictionaryBase::System ( object key ) : bool
DictionaryBase::System ( object key ) : void