Initializes an empty without reserving any space.
| 137 | /// Initializes an empty <see cref="HashSet"/> without reserving any space. |
| 138 | /// </summary> |
| 139 | HashSet() |
| 140 | { |
| 141 | } |
| 142 | |
| 143 | /// <summary> |
| 144 | /// Initializes an empty <see cref="HashSet"/> without reserving any space. |
nothing calls this directly
no test coverage detected