DirtyFlagMapTKey, TValueValues Property

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

C#
public virtual ICollection<TValue> Values { get; }

Property Value

Type: ICollectionTValue

Implements

IDictionaryTKey, TValueValues
See Also

Reference