DirtyFlagMapTKey, TValueAdd Method (KeyValuePairTKey, TValue)

Quartz.NET 3.0 API Documentation

[Missing <summary> documentation for "M:Quartz.Util.DirtyFlagMap`2.Add(System.Collections.Generic.KeyValuePair{`0,`1})"]

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

C#
public void Add(
	KeyValuePair<TKey, TValue> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairTKey, TValue

[Missing <param name="item"/> documentation for "M:Quartz.Util.DirtyFlagMap`2.Add(System.Collections.Generic.KeyValuePair{`0,`1})"]

Implements

ICollectionTAdd(T)
See Also

Reference