PropertyDictionary.

OnValidate(Object, Object) Method

Summary

Performs additional custom processes when validating the element with the specified key and value.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
PropertyDictionary

Syntax

protected override void OnValidate(Object key, Object value)

Parameters

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

Return Value

Type Description
void