 | IReadOnlyDictionary<TKey, TValue>.ContainsKey Method |
Determines whether the read-only dictionary contains an element that has the specified key.
Namespace:
EBP.Api.Misc
Assembly:
EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxbool ContainsKey(
TKey key
)
Function ContainsKey (
key As TKey
) As Boolean
Parameters
- key
- Type: TKey
The key to locate.
Return Value
Type:
Booleantrue if the read-only dictionary contains an element that has the specified key; otherwise, false.
See Also