IntRange(Int32, Int32) Constructor

Create a new Instance of the IntRange Item.

Definition

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

Parameters

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

See Also