Mindscape LightSpeed - User Reference & API Documentation
InsertItem Method (index, item)
API ReferenceMindscape.LightSpeedEntityCollection<(Of <(TEntity>)>)InsertItem(Int32, TEntity)
Inserts the specified item in the list at the specified index.
Declaration Syntax
C#Visual Basic
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)