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