DirtyFlagMap Keys Property Quartz.NET API Documentation
When implemented by a class, gets an ICollection containing the keys of the IDictionary.

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

public virtual ICollection Keys { get; }

Property Value

Type: ICollection

Implements

IDictionary Keys
See Also