Determines whether the
IDictionary contains an element with the specified key.
public virtual bool ContainsKey(
)
'Declaration
Public Overridable Function ContainsKey( _
ByVal As _
) As Boolean
'Usage
Dim instance As ThreadSafeDictionary(Of TKey,TValue)
Dim key As
Dim value As Boolean
value = instance.ContainsKey(key)
public virtual bool ContainsKey(
key
)
function Leadtools.Dicom.AddIn.ThreadSafeDictionary.ContainsKey(
key
)
public:
virtual bool ContainsKey(
)
Parameters
- key
- The key to locate in the IDictionary.
Return Value
true if the
IDictionary contains an element with the key; otherwise, false.
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