Click or drag to resize

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)
Syntax
bool ContainsKey(
	TKey key
)

Parameters

key
Type: TKey
The key to locate.

Return Value

Type: Boolean
true if the read-only dictionary contains an element that has the specified key; otherwise, false.
See Also