DirtyFlagMap TKey, TValue  PutAll Method Quartz.NET API Documentation
Puts all.

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

public virtual void PutAll(
	IDictionary<TKey, TValue> t
)

Parameters

t
Type: System.Collections.Generic IDictionary TKey, TValue 
The t.
See Also