Click or drag to resize

ProjectItemCollectionBaseTItem, TDictionaryItemInternalRemove Method

Removes the item from the collection. This function should only work on the internal structures, but do nothing else.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual bool InternalRemove(
	TItem item
)

Parameters

item  TItem
The item to remove from the internal structures.

Return Value

Boolean
True if the item was found in the collection and thus removed successfully.
See Also