* HashSet.cs (Enumerator.IEnumerator.Reset): Check invariants.
[mono.git] / mcs / class / System.Core / System.Collections.Generic / ChangeLog
index 30b9928386d92cfcbe79ef1367fdb7b0ae072a7e..79d1c0588033ab593511f24f8353f53824537e7e 100644 (file)
@@ -1,3 +1,9 @@
+2009-07-30  Raja R Harinath  <harinath@hurrynot.org>
+
+       * HashSet.cs (Enumerator.CheckCurrent): Inline into ...
+       (Enumerator.IEnumerator.Current): ... this.
+       (Enumerator.IEnumerator.Reset): Check invariants.
+
 2009-07-30  Raja R Harinath  <harinath@hurrynot.org>
 
        * HashSet.cs (Enumerator.next): Rename from Enumerator.current and