System.ComponentModel.PropertyDescriptorCollection.IDictionary C# (CSharp) Метод

IDictionary() приватный Метод

private IDictionary ( object key ) : bool
key object
Результат bool
        bool IDictionary.Contains(object key) {
            if (key is string) {
                return this[(string)key] != null;
            }
            return false;
        }
        

Same methods

PropertyDescriptorCollection::IDictionary ( ) : IDictionaryEnumerator
PropertyDescriptorCollection::IDictionary ( ) : void
PropertyDescriptorCollection::IDictionary ( object key ) : void
PropertyDescriptorCollection::IDictionary ( object key, object value ) : void