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

ValueRangeAttribute Constructor (UInt64, UInt64)

Initializes a new instance of the ValueRangeAttribute class.

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

Syntax


public ValueRangeAttribute(
	ulong from,
	ulong to
)
Public Sub New ( _
	from As ULong, _
	to As ULong _
)
public:
ValueRangeAttribute(
	unsigned long long^ from, 
	unsigned long long^ to
)

Parameters

from
Type: UInt64
From.
to
Type: UInt64
To.