LumiSoft Net Help
ContainsKey Method (key)
NamespacesLumiSoft.NetKeyValueCollection<(Of <(<'K, V>)>)>ContainsKey(K)
Gets if the collection contains the specified key.
Declaration Syntax
C#Visual BasicVisual C++F#
public bool ContainsKey(
	K key
)
Public Function ContainsKey ( 
	key As K
) As Boolean
public:
bool ContainsKey(
	K key
)
member ContainsKey : 
        key : 'K -> bool 
Parameters
key (K)
Key.
Return Value
Boolean
Returns true if the collection contains specified key.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119