A hashtable-based set implementation.

Namespace:  Gallio.Common.Collections
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public class HashSet<T> : ICollection<T>, IEnumerable<T>, 
	IEnumerable
Visual Basic (Declaration)
Public Class HashSet(Of T) _
	Implements ICollection(Of T), IEnumerable(Of T),  _
	IEnumerable

Type Parameters

T

Remarks

This will probably be replaced by the new HashSet{T} class in the new System.Core of .Net 3.5.

Inheritance Hierarchy

System..::.Object
  Gallio.Common.Collections..::.HashSet<(Of <(T>)>)

See Also