DirtyFlagMap TKey, TValue  Clone Method Quartz.NET API Documentation
Creates a new object that is a copy of the current instance.

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

public virtual Object Clone()

Return Value

Type: Object
A new object that is a copy of this instance.

Implements

ICloneable Clone 
See Also