DirtyFlagMap TKey, TValue  IsReadOnly Property Quartz.NET API Documentation
When implemented by a class, gets a value indicating whether the IDictionary is read-only.

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

public virtual bool IsReadOnly { get; }

Property Value

Type: Boolean

Implements

ICollection T  IsReadOnly
IDictionary IsReadOnly
See Also