ChangeObjectCollectionTInsert Method

Insert an item into the collection at the specified ordinal index.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public void Insert(
	int index,
	T item
)

Parameters

index  Int32
The 0-based index at which to insert the new item.
item  T
Reference to the item to be inserted.

See Also