- Timestamp:
- 09/14/11 13:59:25 (13 years ago)
- Location:
- branches/PersistenceSpeedUp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceSpeedUp
- Property svn:ignore
-
old new 12 12 *.psess 13 13 *.vsp 14 *.docstates
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/PersistenceSpeedUp/HeuristicLab.Core/3.3/Collections/ItemSet.cs
r5445 r6760 54 54 public ItemSet() : base() { } 55 55 public ItemSet(IEnumerable<T> collection) : base(collection) { } 56 public ItemSet(IEqualityComparer<T> comparer) : base(comparer) { } 57 public ItemSet(IEnumerable<T> collection, IEqualityComparer<T> comparer) : base(collection, comparer) { } 56 58 57 59 public object Clone() {
Note: See TracChangeset
for help on using the changeset viewer.