WeakCollectionTAdd Method |
Adds an element to the collection. Runtime: O(n).
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void Add(
T item
)
Parameters
- item T
[Missing <param name="item"/> documentation for "M:Altaxo.Collections.WeakCollection`1.Add(`0)"]
See Also