ContiguousIntegerRangeItem Property |
Gets the item at the specified zero-based index.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic int this[
int index
] { get; set; }Parameters
- index Int32
- The zero-based index.
Return Value
Int32The item at the specified index.
Implements
IReadOnlyListTItemInt32
See Also