Gets the element at the specified index in the read-only list.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic T this[
int i
] { get; }Parameters
- i Int32
-
Return Value
TThe element at the specified index in the read-only list.
Implements
IReadOnlyListTItemInt32
See Also