DirtyFlagMapTKey, TValueClone Method

Quartz.NET 3.0 API Documentation
Creates a new object that is a copy of the current instance.

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

C#
public virtual DirtyFlagMap<TKey, TValue> Clone()

Return Value

Type: DirtyFlagMapTKey, TValue
A new object that is a copy of this instance.
See Also

Reference