Gets or sets the element at the specified index.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxT this[
int i
] { get; set; }Parameters
- i Int32
- The zero-based index of the element.
Property Value
T
See Also