Click or drag to resize

ProjectItemListBaseTItemItem(Int32) Property

Gets the item at the specified index.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual TItem this[
	int idx
] { get; }

Parameters

idx  Int32
The zero-based index.

Property Value

TItem
See Also