SportTracks 2.0 API
Item Property (index)
SportTracks 2.0 APIZoneFiveSoftware.Common.DataTimeDataSeries<(Of <(T>)>)Item[([(Int32])])
Return the value entry at the specified index.
Declaration Syntax
C#Visual Basic
public ITimeValueEntry<T> this[
	int index
] { get; }
Public ReadOnly Default Property Item ( _
	index As Integer _
) As ITimeValueEntry(Of T)
Parameters
index (Int32)
The index. Must be >=0 and < Count.
Return Value
The value.

Assembly: Common.Data (Module: Common.Data) Version: 2.0.2972.36983