DirtyFlagMapTKey, TValueContainsKey Method

Quartz.NET 3.0 API Documentation
When implemented by a class, determines whether the IDictionary contains an element with the specified key.

Namespace:  Quartz.Util
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public virtual bool ContainsKey(
	TKey key
)

Parameters

key
Type: TKey
The key to locate in the IDictionary.

Return Value

Type: Boolean
if the IDictionary contains an element with the key; otherwise, .

Implements

IDictionaryTKey, TValueContainsKey(TKey)
Exceptions

ExceptionCondition
ArgumentNullExceptionkey is .
See Also

Reference