Click or drag to resize

OrderedDictionary<TKey, TValue>.ContainsKey Method

Determines whether the OrderedDictionary<TKey,TValue> collection contains a specific key.

Namespace:  Ifs.Fnd.Core
Assembly:  Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.52.9.0 (9.0.47.9999)
Syntax
C#
public bool ContainsKey(
	TKey key
)

Parameters

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

Return Value

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

Implements

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