ValidatorAttribute.

Validate(Object) Method

Summary

Validates the specified value.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Attributes
Containing Type
ValidatorAttribute

Syntax

public abstract void Validate(Object value)

Parameters

Name Type Description
value Object The value to be validated.

Return Value

Type Description
void