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++
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
)
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
Returns true if the collection contains specified key and value stored to value argument.

Assembly: LumiSoft.Net (Module: LumiSoft.Net) Version: 2.0.4006.27129