Dictionary<(Of <(<'TKey1, TKey2, TValue>)>)>..::..TryGetValue Method (ValueTuple<(Of <(<'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 ( _ key As ValueTuple(Of TKey1, TKey2), _ <OutAttribute> ByRef value As Nullable(Of TValue) _ ) As Boolean