PartialDictionaryTKey, TBaseValue, TDerivValueTryGetValue Method |
Gets the value associated with the specified key.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic bool TryGetValue(
TKey key,
out TDerivValue value
)
Parameters
- key TKey
- The key whose value to get.
- value TDerivValue
- When this method returns, the value associated with the specified key, if the key is found; otherwise, the default value for the type of the value parameter. This parameter is passed uninitialized.
Return Value
Boolean if the object that implements
IDictionaryTKey, TValue contains an element with the specified key; otherwise,
.
Implements
IDictionaryTKey, TValueTryGetValue(TKey, TValue)
Exceptions
See Also