Mindscape LightSpeed - User Reference & API Documentation
RangeValidationRule<(Of <(TItem>)>) Constructor (low, high)
API ReferenceMindscape.LightSpeed.ValidationRangeValidationRule<(Of <(TItem>)>)RangeValidationRule<(Of <(TItem>)>)(TItem, TItem)
Initializes a new instance of the RangeValidationRule<(Of <(TItem>)>) class.
Declaration Syntax
C#Visual Basic
public RangeValidationRule(
	TItem low,
	TItem high
)
Public Sub New ( _
	low As TItem, _
	high As TItem _
)
Parameters
low (TItem)
The low.
high (TItem)
The high.

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)