Set
Description
- Derived from
-
BagBase<T> abstract
An implementation of the IBag interface that uses a hashtable for storing the set elements.
A specialized container may be created by subclassing Set and specifying a suitable EqualsDelegate and a suitable HashCodeDelegate in the constructor, optionally overriding the following methods to provide custom semantics:
Public / Constructors
Set
3 overloads
Creates a new instance of Set.
The equality delegate is SystemUtil.EqualsDefault.
The hash code delegate is SystemUtil.HashCodeDefault.
Creates a new instance of Set.
The hash code delegate is SystemUtil.HashCodeDefault.
Creates a new instance of Set.