OrderedDictionary<TKey,TValue>.ContainsKey(TKey) Method

Definition

Determines whether the IDictionary<TKey,TValue> contains an element with the specified key.

C#
public bool ContainsKey(TKey key);

Parameters

key
TKey

The key to locate in the IDictionary<TKey,TValue>.

Returns

true if the IDictionary<TKey,TValue> contains an element with the key; otherwise, false.

Implements

Applies to

Produkt Verzie
.NET 9, 10