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/Item.cs

    r3017 r3280  
    4242    }
    4343
     44    protected Item() : base() { }
     45    [StorableConstructor]
     46    protected Item(bool deserializing) : base(deserializing) { }
     47
     48
    4449    /// <summary>
    4550    /// Gets the string representation of the current instance.
Note: See TracChangeset for help on using the changeset viewer.