DirtyFlagMapTKey, TValueIsEmpty Property

Quartz.NET 3.0 API Documentation
Gets a value indicating whether this instance is empty.

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

C#
public virtual bool IsEmpty { get; }

Property Value

Type: Boolean
true if this instance is empty; otherwise, false.
See Also

Reference