RenameableItemListTRemoveAt Method |
Removes the item at the specified index.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override T RemoveAt(
int i
)
Parameters
- i Int32
- The zero-based index of the item to remove.
Return Value
TThe removed item.
See Also