146 protected virtual object?
OnGet(
object key,
object? currentValue)
virtual void OnSetComplete(object key, object? oldValue, object? newValue)
virtual void OnRemove(object key, object? value)
IDictionaryEnumerator GetEnumerator()
virtual void OnRemoveComplete(object key, object? value)
virtual void OnInsertComplete(object key, object? value)
virtual void OnSet(object key, object? oldValue, object? newValue)
virtual ? object OnGet(object key, object? currentValue)
virtual void OnInsert(object key, object? value)
void CopyTo(Array array, int index)
virtual void OnValidate(object key, object? value)
virtual void OnClearComplete()
virtual void CopyTo(Array array, int arrayIndex)
virtual bool Contains(object key)
IEnumerator IEnumerable. GetEnumerator()
virtual ICollection Values
virtual bool IsSynchronized
virtual void Remove(object key)
virtual void Add(object key, object? value)
void Add(object key, object? value)
bool Contains(object key)
IEnumerator GetEnumerator()