Initializes a new instance of the RangeValidationRule class.

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

Syntax

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

Parameters

low
Type: System..::.IComparable
The low.
high
Type: System..::.IComparable
The high.

See Also