HashSet<T> constructor

HashSet<T>()

Creates an empty HashSet.

Implementation

HashSet() : _container = collection.HashSet<T>();