←Select platform

Contains Method (ThreadSafeDictionary<TKey,TValue>)

Summary

Determines whether the ICollection contains a specific value.

Syntax

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

Parameters

item
The object to locate in the ICollection.

Return Value

true if item is found in the ICollection; otherwise, false.

Requirements

Target Platforms

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