DirtyFlagMap Item Property Quartz.NET API Documentation
Gets or sets the Object with the specified key.

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

public virtual Object this[
	Object key
] { get; set; }

Property Value

Type: Object

Implements

IDictionary Item Object 
See Also