Click or drag to resize

LinearPartitioningRemoveAt Method

Removes the IListT item at the specified index.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void RemoveAt(
	int index
)

Parameters

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

Implements

IListTRemoveAt(Int32)
IListRemoveAt(Int32)
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is not a valid index in the IListT.
NotSupportedExceptionThe IListT is read-only.
ArgumentOutOfRangeExceptionindex is not a valid index in the IList.
NotSupportedExceptionThe IList is read-only. -or- The IList has a fixed size.
See Also