Click or drag to resize

IArrayTItem Property

Gets or sets the element at the specified index.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
T this[
	int i
] { get; set; }

Parameters

i  Int32
The zero-based index of the element.

Property Value

T
See Also