Dictionary<(Of <(<'TKey1, TKey2, TValue>)>)>..::..TryGetValue Method (TKey1, TKey2, Nullable<(Of <(<'TValue>)>)>%)
Gets the value associated with the specified key.
Namespace:
Tortuga.Anchor.CollectionsAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
Public Function TryGetValue ( _ key1 As TKey1, _ key2 As TKey2, _ <OutAttribute> ByRef value As Nullable(Of TValue) _ ) As Boolean