Click or drag to resize

RenameableItemListTRemoveAt Method

Removes the item at the specified index.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override T RemoveAt(
	int i
)

Parameters

i  Int32
The zero-based index of the item to remove.

Return Value

T
The removed item.
See Also