Click or drag to resize

ContiguousIntegerRangeItem Property

Gets the item at the specified zero-based index.

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

Parameters

index  Int32
The zero-based index.

Return Value

Int32
The item at the specified index.

Implements

IReadOnlyListTItemInt32
See Also