Click or drag to resize

ContiguousIntegerRangeInsert Method

Throws because this range is read-only.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Insert(
	int index,
	int item
)

Parameters

index  Int32
The insertion index.
item  Int32
The item to insert.
See Also