LumiSoft Net Help
TryGetValue Method (key, value)
NamespacesLumiSoft.NetKeyValueCollection<(Of <(<'K, V>)>)>TryGetValue(K, V%)
Gets the value associated with the specified key.
Declaration Syntax
C#Visual BasicVisual 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 
Parameters
key (K)
Key.
value (V%)
When this method returns, contains the value associated with the specified key, if the key is found.
Return Value
Boolean
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