DirtyFlagMap TKey, TValue  Remove Method (TKey)Quartz.NET 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: 2.2.1.400
Syntax

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

IDictionary TKey, TValue  Remove(TKey)
Exceptions

ExceptionCondition
ArgumentNullExceptionkey is  .
NotSupportedException

The IDictionary is read-only.

-or-

The IDictionary has a fixed size.

See Also