RenameableItemListTAdd Method |
Adds the specified item to the list.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override void Add(
T item
)
Parameters
- item T
- The item to add.
See Also