DirtyFlagMapTKey, TValueRemove Method (TKey)

Quartz.NET 3.0 API Documentation
When implemented by a class, removes the element with the specified key from the IDictionary.

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

C#
public virtual bool Remove(
	TKey key
)

Parameters

key
Type: TKey
The key of the element to remove.

Return Value

Type: Boolean

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

Implements

IDictionaryTKey, TValueRemove(TKey)
Exceptions

ExceptionCondition
ArgumentNullExceptionkey is .
NotSupportedException

The IDictionary is read-only.

-or-

The IDictionary has a fixed size.

See Also

Reference