IDictionaryPropertySetter
Defines the contract for updating dictionary values.
bool SetPropertyValue(IDictionaryAdapter dictionaryAdapter, string key, ref object value, PropertyDescriptor property)
Sets the stored dictionary value.