ChangeObjectCollectionTInsert Method
Insert an item into the collection at the specified ordinal index.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public void Insert(
int index,
T item
)
Public Sub Insert (
index As Integer,
item As T
)
No code example is currently available or this language may not be supported.
Parameters
- index Int32
-
The 0-based index at which to insert the new item.
- item T
-
Reference to the item to be inserted.