←Select platform

Contains Method (DictionaryWithEvents<TKey,TValue>)

Summary

Determines whether the IDictionary contains an element with the specified item.

Syntax

C#
VB
C++
public bool Contains(  
   KeyValuePair<TKey,TValue> item 
) 
Public Function Contains( _ 
   ByVal item As KeyValuePair(Of TKey,TValue) _ 
) As Boolean 
public: 
bool Contains(  
   KeyValuePair<TKey^,TValue^> item 
) 

Parameters

item
The item to locate in the IDictionary.

Return Value

true if the IDictionary contains an item with the specified key; otherwise, 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