Dictionary<(Of <(<'TKey, TValue>)>)>..::..TryGetValue Method
Namespace:
System.Collections.Generic
Assembly: Bridge (in Bridge.dll)
Assembly: Bridge (in Bridge.dll)
Syntax
public bool TryGetValue( TKey key, out TValue value )
Public Function TryGetValue ( _ key As TKey, _ <OutAttribute> ByRef value As TValue _ ) As Boolean
public: bool^ TryGetValue( TKey key, [OutAttribute] TValue% value )