Skip to content

HashSet Extension Methods

OtisInf edited this page Feb 19, 2013 · 2 revisions

The following extension methods are defined for the HashSet<TValue> type:

  • void AddRange(IEnumerable<TValue> source).
    Adds the range specified (source) to the HashSet specified.

Clone this wiki locally