WeakCollectionTAdd Method |
Adds an element to the collection. Runtime: O(n).
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic void Add(
T item
)
Parameters
- item T
- The item to add.
Exceptions
See Also