ChangeObjectCollectionTInsertRange Method

Insert a range of items at the specified ordinal index.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public void InsertRange(
	int index,
	IEnumerable<T> collection
)

Parameters

index  Int32
The 0-based index at which to insert the new item.
collection  IEnumerableT
Reference to the collection of items to insert.

See Also