Click or drag to resize

OrderedDictionaryTKey, TValueContainsKey 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.10.0 (10.2.2.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
if the OrderedDictionary<TKey,TValue> collection contains an element with the specified key; otherwise, .

Implements

IDictionaryTKey, TValueContainsKey(TKey)
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is
See Also