ProjectItemListBaseTItemItem(Int32) Property |
Gets the item at the specified index.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic virtual TItem this[
int idx
] { get; }Parameters
- idx Int32
- The zero-based index.
Property Value
TItem
See Also