DirtyFlagMap TKey, TValue  WrappedMap Property Quartz.NET API Documentation
Get a direct handle to the underlying Map.

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

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

Property Value

Type: IDictionary TKey, TValue 
See Also