Gets if the collection contains the specified key.
Declaration Syntax
C# | Visual Basic | Visual 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.
Returns true if the collection contains specified key.
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119