DirtyFlagMapTKey, TValueKeys Property

Quartz.NET 3.0 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: 3.0.0
Syntax

C#
public virtual ICollection<TKey> Keys { get; }

Property Value

Type: ICollectionTKey

Implements

IDictionaryTKey, TValueKeys
See Also

Reference