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

PropertyDictionary.OnValidate Method 

[This is preliminary documentation and subject to change.]

Performs additional custom processes when validating the element with the specified key and value.

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

Parameters

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

Remarks

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

See Also

PropertyDictionary Class | NAnt.Core Namespace