Name | Description | |
---|---|---|
Except<T> | Produces the set difference of this seq and hashset. This method is an optimized version of Enumerable.Except<T>. | |
Intersect | Overloaded. Produces the set of elements, intersection of this hashset and seq. This method is an optimized version of Enumerable.Intersect<T>. | |
ToHashSet | Overloaded. Creates an hashset from a IEnumerable<T>. | |
ToHashSetEx | Overloaded. Creates an hashset from a IEnumerable<T>. | |
Union | Overloaded. Produces the set of elements, union of this hashset and seq. This method is an optimized version of Enumerable.Union<T>. |