WeakDictionaryTKey, TValueAdd Method |
[Missing <summary> documentation for "M:Altaxo.Collections.WeakDictionary`2.Add(`0,`1)"]
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void Add(
TKey key,
TValue val
)
Parameters
- key TKey
[Missing <param name="key"/> documentation for "M:Altaxo.Collections.WeakDictionary`2.Add(`0,`1)"]
- val TValue
[Missing <param name="val"/> documentation for "M:Altaxo.Collections.WeakDictionary`2.Add(`0,`1)"]
See Also