IntRange(Int32, Int32) Constructor

Create a new Instance of the IntRange Item.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public IntRange(
	int startValue,
	int endValue
)

Parameters

startValue  Int32
Starting Value of the Range.
endValue  Int32
Ending Value of the Range.

See Also