WeakDictionaryTKey, TValueAdd Method |
Adds a key-value pair to the dictionary.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic void Add(
TKey key,
TValue val
)
Parameters
- key TKey
- The key.
- val TValue
- The value.
See Also