Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/07/10 05:22:33 (14 years ago)
Author:
swagner
Message:

Continued work on algorithm batch processing (#947).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core/3.3/DeepCloneable.cs

    r3017 r3280  
    2929  [StorableClass]
    3030  public abstract class DeepCloneable : IDeepCloneable {
     31    protected DeepCloneable() { }
     32    [StorableConstructor]
     33    protected DeepCloneable(bool deserializing) { }
     34
    3135    /// <summary>
    3236    /// Creates a deep clone of this instance.
Note: See TracChangeset for help on using the changeset viewer.