DirtyFlagMap Contains 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: 1.0.3.3
Syntax

public virtual bool Contains(
	Object key
)

Return Value

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

Implements

IDictionary Contains(Object)
Exceptions

ExceptionCondition
ArgumentNullExceptionkey is  .
See Also