ChangeLog 389 B

12345678910111213
  1. 2007-11-28 Jb Evain <[email protected]>
  2. * HashSet.cs: do the ArgumentNullException dance.
  3. 2007-11-28 Jb Evain <[email protected]>
  4. * HashSet.cs: start implementation of HashSet<T>, actually
  5. implemented as a reduction of Dictionary<K, V>. Contains
  6. basic set operations (that requires optimization though).
  7. 2007-08-12 Marek Safar <[email protected]>
  8. * Initial commit