DirtyFlagMap TKey, TValue  Get Method Quartz.NET API Documentation
Gets the value behind the specified key.

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

public virtual TValue Get(
	TKey key
)

Parameters

key
Type: TKey
The key.

Return Value

Type: TValue

[Missing <returns> documentation for "M:Quartz.Util.DirtyFlagMap`2.Get(`0)"]

See Also