Gets the value associated with the specified key.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public bool TryGetValue( K key, out V value )
Public Function TryGetValue ( key As K, <OutAttribute> ByRef value As V ) As Boolean
public: bool TryGetValue( K key, [OutAttribute] V% value )
member TryGetValue : key : 'K * value : 'V byref -> bool
Return Value
Boolean
Returns true if the collection contains specified key and value stored to value argument.
Returns true if the collection contains specified key and value stored to value argument.
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119