Mindscape LightSpeed - User Reference & API Documentation
Insert Method (index, item)
API ReferenceMindscape.LightSpeedThroughAssociation<(Of <(TThrough, TTarget>)>)Insert(Int32, TTarget)
Inserts an item to the IList<(Of <(T>)>) at the specified index.
Declaration Syntax
C#Visual Basic
public void Insert(
	int index,
	TTarget item
)
Public Sub Insert ( _
	index As Integer, _
	item As TTarget _
)
Parameters
index (Int32)
The zero-based index at which item should be inserted.
item (TTarget)
The object to insert into the IList<(Of <(T>)>).
Exceptions
ExceptionCondition
NotSupportedExceptionThe IList<(Of <(T>)>) is read-only.
ArgumentOutOfRangeExceptionindex is not a valid index in the IList<(Of <(T>)>).

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)