Creates a new set instance based on either a list or a hash table, depending on which will be more efficient based on the data-set size.

Namespace: Iesi.Collections
Assembly: Iesi.Collections (in Iesi.Collections.dll) Version: 1.0.1.0 (3.2.0.4000)

Syntax

C#
public HybridSet()
Visual Basic
Public Sub New
Visual C++
public:
HybridSet()

See Also