Za pomocą listy możesz:
list.AddRange(otherCollection);
W HashSet nie ma metody dodawania zakresu . Jaki jest najlepszy sposób na dodanie kolejnej kolekcji do HashSet?
c#
collections
hashset
addrange
Stefanos Kargas
źródło
źródło
HashSet
(iISet
) został stworzony z matematycznie ustalonym terminem.UnionWith
był bliższym terminem. Z wyjątkiemExcept
, które wyraźnie należy nazwaćSubtract
matematycznie.To jest jeden sposób:
źródło