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

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

public virtual TValue this[
	TKey key
] { get; set; }

Parameters

key
Type: TKey

Property Value

Type: TValue

Implements

IDictionary TKey, TValue  Item TKey 
See Also