DirtyFlagMapTKey, TValueRemove Method (KeyValuePairTKey, TValue)

Quartz.NET 3.0 API Documentation

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

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

C#
public bool Remove(
	KeyValuePair<TKey, TValue> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairTKey, TValue

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

Return Value

Type: Boolean

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

Implements

ICollectionTRemove(T)
See Also

Reference