DirtyFlagMapTKey, TValueWrappedMap Property

Quartz.NET 3.0 API Documentation
Get a direct handle to the underlying Map.

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

C#
public virtual IDictionary<TKey, TValue> WrappedMap { get; }

Property Value

Type: IDictionaryTKey, TValue
See Also

Reference