IntRange(Int32, Int32) Constructor
Create a new Instance of the IntRange Item.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public IntRange(
int startValue,
int endValue
)
Public Sub New (
startValue As Integer,
endValue As Integer
)
No code example is currently available or this language may not be supported.
Parameters
- startValue Int32
-
Starting Value of the Range.
- endValue Int32
-
Ending Value of the Range.