Mindscape LightSpeed - User Reference & API Documentation
Item Property (index)
API ReferenceMindscape.LightSpeedThroughAssociation<(Of <(TThrough, TTarget>)>)Item[([(Int32])])
Gets or sets the element at the specified index.
Declaration Syntax
C#Visual Basic
public TTarget this[
	int index
] { get; set; }
Public Default Property Item ( _
	index As Integer _
) As TTarget
Parameters
index (Int32)
The zero-based index of the element to get or set.
Return Value
The element at the specified index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is not a valid index in the IList<(Of <(T>)>).
NotSupportedExceptionThe property is set and the IList<(Of <(T>)>) is read-only.

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