WeakCollectionTRemove Method | 
            Removes an element from the collection. Returns true if the item is found and removed,
            false when the item is not found.
            Runtime: O(n).
            
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic bool Remove(
	T item
)
Parameters
- item  T
 [Missing <param name="item"/> documentation for "M:Altaxo.Collections.WeakCollection`1.Remove(`0)"]
Return Value
Boolean[Missing <returns> documentation for "M:Altaxo.Collections.WeakCollection`1.Remove(`0)"]
See Also