|
Improve HasDuplicates<T>
There is no need for checking if the item is already in the HashSet. Thats what a HashSet is for. .Add() returns false if the item is alread present. |
|---|
|
|
| ClosedXML/Extensions.cs |
|---|