Click or drag to resize

PartitionableListTRemoveItem Method

Removes the item at the specified index of the collection.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected override void RemoveItem(
	int index
)

Parameters

index  Int32
The zero-based index of the element to remove.
See Also