←Select platform

ContainsKey Method (DictionaryWithEvents<TKey,TValue>)

Summary

Determines whether the DictionaryWithEvents<TKey,TValue> contains the specified key.

Syntax

C#
VB
C++
public bool ContainsKey(  
   TKey key 
) 
Public Function ContainsKey( _ 
   ByVal key As TKey _ 
) As Boolean 
public: 
bool ContainsKey(  
   _TKey^_ key 
) 

Parameters

key
The key to locate in the DictionaryWithEvents<TKey,TValue>.

Return Value

true if the Dictionary{TKey, TValue} contains an element with the specified key; otherwise, it is false.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Workstation Assembly
Click or drag to resize