ReadOnlySet T  Constructor Quartz.NET API Documentation

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

public ReadOnlySet(
	ISet<T> internalSet
)

Parameters

internalSet
Type: Quartz.Collection ISet T 
The internal set to wrap.
Exceptions

ExceptionCondition
ArgumentNullExceptioninternalSet
See Also