Foley .NET Utilities Class Library

HashSet Class

A Hash Set implementation extending the abstract SetBase class.

For a list of all members of this type, see HashSet Members.

System.Object
   Collection2Base
      SetBase
         HashSet

[Visual Basic]
Public Class HashSet
Inherits SetBase
Implements ICollection2, ICollection, IEnumerable, ISet, ICloneable
[C#]
[Serializable]
public class HashSet : SetBase, ICollection2, ICollection, IEnumerable, ISet, ICloneable

Remarks

For details on how inital capacitys, load factors, hash code providers, and comparers work please see Hashtable for details.

Will not except null objects.

Requirements

Namespace: Foley.Utilities.Collections Namespace

Assembly: FoleyUtilities.dll

See Also

HashSet Members | Foley.Utilities.Collections Namespace