DirtyFlagMap Values Property Quartz.NET API Documentation
When implemented by a class, gets an ICollection containing the values in the IDictionary.

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

public virtual ICollection Values { get; }

Property Value

Type: ICollection

Implements

IDictionary Values
See Also