Click or drag to resize

AtalaObservableDictionary<TKey, TValue>.ContainsKey Method

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

Namespace:  Atalasoft.Imaging.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool ContainsKey(
	TKey key
)

Parameters

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

Return Value

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

Implements

IDictionary<TKey, TValue>.ContainsKey(TKey)
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is null.
See Also