PropertyDictionary.

OnSet(Object, Object, Object) Method

Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
PropertyDictionary

Syntax

protected override void OnSet(Object key, Object oldValue, Object newValue)

Parameters

Name Type Description
key Object
oldValue Object
newValue Object

Return Value

Type Description
void