DirtyFlagMap TKey, TValue  ContainsKey Method Quartz.NET 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: 2.2.1.400
Syntax

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

IDictionary TKey, TValue  ContainsKey(TKey)
Exceptions

ExceptionCondition
ArgumentNullExceptionkey is  .
See Also