ProjectItemCollectionBaseTItemInternalRemove Method |
Removes the item from the collection. This function should only work on the internal structures, but do nothing else.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected virtual bool InternalRemove(
TItem item
)
Parameters
- item TItem
- The item to remove from the internal structures.
Return Value
BooleanTrue if the item was found in the collection and thus removed successfully.
See Also