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

public virtual ICollection<TValue> Values { get; }

Property Value

Type: ICollection TValue 

Implements

IDictionary TKey, TValue  Values
See Also