ChangeObjectCollectionTRemoveRange Method

Remove a range of items from the collection.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.3013.4544
C#
public void RemoveRange(
	int index,
	int count
)

Parameters

index  Int32
The index at which to begin removing.
count  Int32
The count of items to remove.

See Also