IStringKeyedDictionaryTValueGetValueOrDefault(String) Method
Tries to get the value from the dictionary for the given key.
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
TValue GetValueOrDefault(
string key
)
Function GetValueOrDefault (
key As String
) As TValue
TValue GetValueOrDefault(
String^ key
)
abstract GetValueOrDefault :
key : string -> 'TValue
- key String
- The key whose value to get.
TValueThe found value or the default value of
TValue if
key was not found in the dictionary.