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