Implements a Set based on a hash table. This will give the best lookup, add, and remove
performance for very large data-sets, but iteration will occur in no particular order.
Namespace: Iesi.CollectionsAssembly: Iesi.Collections (in Iesi.Collections.dll) Version: 1.0.1.0 (3.2.0.4000)
Syntax
| C# |
|---|
[SerializableAttribute] public class HashedSet : DictionarySet |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class HashedSet _ Inherits DictionarySet |
| Visual C++ |
|---|
[SerializableAttribute] public ref class HashedSet : public DictionarySet |
Inheritance Hierarchy
System..::..Object
Iesi.Collections..::..Set
Iesi.Collections..::..DictionarySet
Iesi.Collections..::..HashedSet
Iesi.Collections..::..Set
Iesi.Collections..::..DictionarySet
Iesi.Collections..::..HashedSet