public static void AddRange<T>( this HashSet<T> destination, IEnumerable<T> source )
<ExtensionAttribute> Public Shared Sub AddRange(Of T) ( destination As HashSet(Of T), source As IEnumerable(Of T) )
2002-2017 Solutions Design bv