Click or drag to resize

ProjectItemCollectionBaseTItemInternalAdd Method

Adds the item to the internal storage without wiring events or raising notifications.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected virtual void InternalAdd(
	TItem item
)

Parameters

item  TItem
The item to add.
See Also