DirtyFlagMap 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: 1.0.3.3
Syntax

public virtual Object Clone()

Return Value

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

Implements

ICloneable Clone 
See Also