Inserts the specified item in the list at the specified index.

Declaration Syntax
protected override void InsertItem(
int index,
TEntity item
)
Protected Overrides Sub InsertItem ( _
index As Integer, _
item As TEntity _
)

Parameters
- index (Int32)
- The zero-based index where the item is to be inserted.
- item (TEntity)
- The item to insert in the list.
Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)