PropertyDictionary.

OnRemove(Object, Object) Method

Summary

Performs additional custom processes before removing an element from the System.Collections.DictionaryBase instance.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
PropertyDictionary

Syntax

protected override void OnRemove(Object key, Object value)

Parameters

Name Type Description
key Object The key of the element to remove.
value Object The value of the element to remove.

Return Value

Type Description
void