Click or drag to resize

WeakCollectionTAdd Method

Adds an element to the collection. Runtime: O(n).

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Add(
	T item
)

Parameters

item  T

[Missing <param name="item"/> documentation for "M:Altaxo.Collections.WeakCollection`1.Add(`0)"]

See Also