PartitionableListTRemoveItem Method |
Removes the item at the specified index of the collection.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxprotected override void RemoveItem(
int index
)
Parameters
- index Int32
- The zero-based index of the element to remove.
See Also