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