ShiftGroupCollectionItem Property |
Gets the element at the specified index in the read-only list.
Namespace: Altaxo.Science.Thermorheology.MasterCurvesAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IShiftGroup this[
int index
] { get; }
Parameters
- index Int32
- The zero-based index of the element to get.
Return Value
IShiftGroupThe element at the specified index in the read-only list.
Implements
IReadOnlyListTItemInt32See Also