Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/01/17 11:29:49 (7 years ago)
Author:
gkronber
Message:

#2520 introduced StorableConstructorFlag type for StorableConstructors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Optimization/3.3/Results/ResultCollection.cs

    r14927 r15018  
    3333    public ResultCollection(IEnumerable<IResult> collection) : base(collection) { }
    3434    [StorableConstructor]
    35     protected ResultCollection(bool deserializing) : base(deserializing) { }
     35    protected ResultCollection(StorableConstructorFlag deserializing) : base(deserializing) { }
    3636    protected ResultCollection(ResultCollection original, Cloner cloner)
    3737      : base(original, cloner) {
Note: See TracChangeset for help on using the changeset viewer.