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.3261.0 (4.8.3261.0)
Syntaxprotected 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