Initializes a new instance of the ValidateRangeAttribute class.

Namespace:  Mindscape.LightSpeed.Validation
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public ValidateRangeAttribute(
	Object low,
	Object high
)
Visual Basic (Declaration)
Public Sub New ( _
	low As Object, _
	high As Object _
)

Parameters

low
Type: System..::.Object
The lower bound of the permitted range.
high
Type: System..::.Object
The upper bound of the permitted range.

See Also