ContainsKey Method
Determines whether the dictionary contains an element the specified key.
Syntax
System.bool ContainsKey(
TKey key
)Function ContainsKey( _
ByVal key As TKey _
) As System.BooleanParameters
| Name | Description |
|---|---|
| key |
Determines whether the dictionary contains an element the specified key.
System.bool ContainsKey(
TKey key
)Function ContainsKey( _
ByVal key As TKey _
) As System.Boolean| Name | Description |
|---|---|
| key |