ProjectItemCollectionBaseTItem, TDictionaryItemRemove(TItem) Method |
Removes the item from the collection and disposes it. Only items that belong to this collection will be removed and disposed.
Namespace: Altaxo.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual bool Remove(
TItem item
)
Parameters
- item TItem
- The item to remove and dispose.
Return Value
BooleanTrue if the item was found in the collection and thus removed successfully.
See Also