DirtyFlagMapTKey, TValueGet Method

Quartz.NET 3.0 API Documentation
Gets the value behind the specified key.

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

C#
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

Reference