ListDictionaryTKey, TValueAdd Method |
Adds and entry.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void Add(
TKey key,
TValue value
)
Parameters
- key TKey
- The key.
- value TValue
- The value.
See Also