mscorlib(4.0.0.0) API with additions
System.Collections.DictionaryBase Member List

This is the complete list of members for System.Collections.DictionaryBase, including all inherited members.

Clear()System.Collections.DictionaryBase
CopyTo(Array array, int index)System.Collections.DictionaryBase
CountSystem.Collections.DictionaryBase
DictionarySystem.Collections.DictionaryBaseprotected
GetEnumerator()System.Collections.DictionaryBase
InnerHashtableSystem.Collections.DictionaryBaseprotected
OnClear()System.Collections.DictionaryBaseprotectedvirtual
OnClearComplete()System.Collections.DictionaryBaseprotectedvirtual
OnGet(object key, object currentValue)System.Collections.DictionaryBaseprotectedvirtual
OnInsert(object key, object value)System.Collections.DictionaryBaseprotectedvirtual
OnInsertComplete(object key, object value)System.Collections.DictionaryBaseprotectedvirtual
OnRemove(object key, object value)System.Collections.DictionaryBaseprotectedvirtual
OnRemoveComplete(object key, object value)System.Collections.DictionaryBaseprotectedvirtual
OnSet(object key, object oldValue, object newValue)System.Collections.DictionaryBaseprotectedvirtual
OnSetComplete(object key, object oldValue, object newValue)System.Collections.DictionaryBaseprotectedvirtual
OnValidate(object key, object value)System.Collections.DictionaryBaseprotectedvirtual