DirtyFlagMap TKey, TValue  Put Method Quartz.NET API Documentation
Puts the value behind a specified key.

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

public virtual Object Put(
	TKey key,
	TValue val
)

Parameters

key
Type: TKey
The key.
val
Type: TValue
The val.

Return Value

Type: Object

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

See Also