Mindscape LightSpeed - User Reference & API Documentation
RemoveAt Method (index)
API ReferenceMindscape.LightSpeedThroughAssociation<(Of <(TThrough, TTarget>)>)RemoveAt(Int32)
Removes the IList<(Of <(T>)>) item at the specified index.
Declaration Syntax
C#Visual Basic
public void RemoveAt(
	int index
)
Public Sub RemoveAt ( _
	index As Integer _
)
Parameters
index (Int32)
The zero-based index of the item to remove.
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)