Click or drag to resize

AscendingIntegerCollectionItem Property

Returns the integer stored at position i.

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

Parameters

i  Int32
The zero-based position of the integer to retrieve.

Property Value

Int32

Implements

IReadOnlyListTItemInt32
See Also