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.Collections
Assembly: Iesi.Collections (in Iesi.Collections)
Version: 1.0.0.3
Syntax
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class HashedSet _ Inherits DictionarySet |
| C# |
|---|
[SerializableAttribute] public class HashedSet : DictionarySet |
| Visual C++ |
|---|
[SerializableAttribute] public ref class HashedSet : public DictionarySet |