Method InsertItem
- Namespace
- Alternet.Base.Collections
- Assembly
- Alternet.UI.Common.dll
InsertItem(int, T)
Inserts an item into the collection at the specified index.
protected override void InsertItem(int index, T item)
Parameters
indexintThe zero-based index at which
itemshould be inserted.itemTThe object to insert.