DirtyFlagMap TKey, TValue  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: 2.2.1.400
Syntax

public virtual ICollection<TKey> Keys { get; }

Property Value

Type: ICollection TKey 

Implements

IDictionary TKey, TValue  Keys
See Also