Builds this instance.

Namespace: Castle.Components.Validator
Assembly:  Castle.Components.Validator (in Castle.Components.Validator.dll)
Version: 1.0.3.0

Syntax

C#
IValidator Build(
	ValidatorRunner validatorRunner,
	Type type
)

Parameters

validatorRunner
ValidatorRunner
The validator runner.
type
Type
The type that this validator is built for

Return Value

See Also