Click or drag to resize

AscendingIntegerRangeCollectionRemove Method

Removes the specified element.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Remove(
	int element
)

Parameters

element  Int32
The element to remove.
See Also