Set<T> constructor

Set<T>()

Creates an empty Set.

Implementation

Set() : _container = LinkedHashSet<T>();