PartitionableListTInsertItem Method |
Inserts an item into the collection at the specified index.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxprotected override void InsertItem(
int index,
T item
)
Parameters
- index Int32
- The zero-based index at which item should be inserted.
- item T
- The object to insert.
See Also