ChangeObjectCollectionTInsertRange Method

Insert a range of items at the specified ordinal index.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
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