Click or drag to resize

ContiguousIntegerRangeRemove 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 bool Remove(
	int item
)

Parameters

item  Int32
The item to remove.

Return Value

Boolean
This method never returns because it always throws.
See Also