Summary
Performs additional custom processes before inserting a new element
into the
System.Collections.DictionaryBase instance.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- PropertyDictionary
Syntax
protected override void OnInsert(Object key, Object value)
Parameters
| Name | Type | Description |
|---|---|---|
| key | Object | The key of the element to insert. |
| value | Object | The value of the element to insert. |
Return Value
| Type | Description |
|---|---|
| void |
