Changeset 4711 for branches/CloningRefactoring/HeuristicLab.Core/3.3/Collections/ConstraintCollection.cs
- Timestamp:
- 11/03/10 01:32:32 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/CloningRefactoring/HeuristicLab.Core/3.3/Collections/ConstraintCollection.cs
r4668 r4711 31 31 protected ConstraintCollection(bool deserializing) : base(deserializing) { } 32 32 protected ConstraintCollection(ConstraintCollection original, Cloner cloner) : base(original, cloner) { } 33 public override IDeepCloneable Clone(Cloner cloner) { return new ConstraintCollection(this, cloner); } 33 34 public ConstraintCollection() : base() { } 34 35 public ConstraintCollection(int capacity) : base(capacity) { }
Note: See TracChangeset
for help on using the changeset viewer.