IntRangeCollectionAdd(Int32, Int32) Method

Add a new item to the collection by Start and End Values.

Definition

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

Parameters

startValue  Int32
The inclusive start value of the range.
endValue  Int32
The inclusive end value of the range.

Return Value

IntRange
Newly created and added Int Range Item.

See Also