Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/18/10 02:27:02 (14 years ago)
Author:
swagner
Message:

Refactored HeuristicLab.Collections (#977)

Location:
trunk/sources/HeuristicLab.Core/3.3/Collections
Files:
1 added
1 moved

Legend:

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

    r3381 r3390  
    3232    public VariableCollection(int capacity) : base(capacity) { }
    3333    public VariableCollection(IEnumerable<IVariable> collection) : base(collection) { }
     34    [StorableConstructor]
     35    private VariableCollection(bool deserializing) : base(deserializing) { }
    3436
    3537    public override IDeepCloneable Clone(Cloner cloner) {
Note: See TracChangeset for help on using the changeset viewer.