LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

ContainsKey Method (DictionaryWithEvents<TKey,TValue>)







The key to locate in the DictionaryWithEvents<TKey,TValue>.
Determines whether the DictionaryWithEvents<TKey,TValue> contains the specified key.
Syntax
public bool ContainsKey( 
   TKey key
)
'Declaration
 
Public Function ContainsKey( _
   ByVal key As TKey _
) As Boolean
'Usage
 
Dim instance As DictionaryWithEvents(Of TKey,TValue)
Dim key As TKey
Dim value As Boolean
 
value = instance.ContainsKey(key)
public bool ContainsKey( 
   TKey key
)
 function Leadtools.Medical.Workstation.DictionaryWithEvents.ContainsKey( 
   key 
)
public: bool ContainsKey( 
   TKey* key
) 
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DictionaryWithEvents<TKey,TValue> Class
DictionaryWithEvents<TKey,TValue> Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.