Helper class for instantiating HashSet<>s without specifying a comparer.
More...
|
static HashSet< T > | Create< T > () |
| Creates a new hash set with the default comparer. More...
|
|
static HashSet< T > | Create< T > (IEnumerable< T > collection) |
| Creates a new hash set with the default comparer and elements copied from the specified collection. More...
|
|
Helper class for instantiating HashSet<>s without specifying a comparer.
static HashSet<T> Smooth.Collections.HashSet.Create< T > |
( |
| ) |
|
|
inlinestatic |
Creates a new hash set with the default comparer.
static HashSet<T> Smooth.Collections.HashSet.Create< T > |
( |
IEnumerable< T > |
collection | ) |
|
|
inlinestatic |
Creates a new hash set with the default comparer and elements copied from the specified collection.
The documentation for this class was generated from the following file: