NAnt SDK Documentation - v0.85-nightly-2005-11-09

PropertyDictionary.OnInsert Method 

[This is preliminary documentation and subject to change.]

Performs additional custom processes before inserting a new element into the DictionaryBase instance.

[Visual Basic]
Overrides Protected Sub OnInsert( _
   ByVal key As Object, _
   ByVal value As Object _
)
[C#]
protected override void OnInsert(
   object key,
   object value
);

Parameters

key
The key of the element to insert.
value
The value of the element to insert.

Remarks

Missing <remarks> documentation for M:NAnt.Core.PropertyDictionary.OnInsert(System.Object,System.Object)

See Also

PropertyDictionary Class | NAnt.Core Namespace