HashSet T  ClassQuartz.NET API Documentation
A wrapper for generic HashSet that brings a common interface.
Inheritance Hierarchy

System Object
  System.Collections.Generic HashSet T 
    Quartz.Collection HashSet T 

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

[SerializableAttribute]
public class HashSet<T> : HashSet<T>, ISet<T>, 
	ICollection<T>, IEnumerable<T>, IEnumerable
Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Quartz.Collection.HashSet`1"]

See Also