DirtyFlagMap TKey, TValue  Clear Method Quartz.NET API Documentation
When implemented by a class, removes all elements from the IDictionary.

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

public virtual void Clear()

Implements

ICollection T  Clear 
IDictionary Clear 
Exceptions

ExceptionCondition
NotSupportedException The IDictionary is read-only.
See Also