Click or drag to resize

NamedItemListTItem(Int32) Property

Gets the item at the specified index.

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

Parameters

i  Int32
The zero-based item index.

Property Value

T
See Also