Click or drag to resize

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.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public 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