HashSet C# append

C#
HashSet<int> set = new HashSet<int>();
set.UnionWith()
Source

Also in C#: