RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

ValueRangeAttribute Constructor (Int64, Int64)

Initializes a new instance of the ValueRangeAttribute class.

Namespace:  RingSoft.DataEntryControls.WPF
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


public ValueRangeAttribute(
	long from,
	long to
)
Public Sub New ( _
	from As Long, _
	to As Long _
)
public:
ValueRangeAttribute(
	long long^ from, 
	long long^ to
)

Parameters

from
Type: Int64
From.
to
Type: Int64
To.