Return the value entry at the specified index.
| C# | Visual Basic |
ITimeValueEntry<T> this[ int index ] { get; }
ReadOnly Default Property Item ( _ index As Integer _ ) As ITimeValueEntry(Of T)
- index (Int32)
- The index. Must be >=0 and < Count.
The value.