ProjectItemCollectionBaseTItemInternalAdd Method |
Adds the item to the internal storage without wiring events or raising notifications.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected virtual void InternalAdd(
TItem item
)
Parameters
- item TItem
- The item to add.
See Also