Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/14/10 01:06:17 (14 years ago)
Author:
epitzer
Message:

Merge StorableClassType.Empty into StorableClassType.MarkedOnly and make it the default if not specified (#548)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Data/3.3/BoolArrayData.cs

    r2996 r3017  
    2727  [Item("BoolArrayData", "Represents an array of boolean values.")]
    2828  [Creatable("Test")]
    29   [StorableClass(StorableClassType.Empty)]
     29  [StorableClass]
    3030  public sealed class BoolArrayData : ValueTypeArrayData<bool>, IStringConvertibleArrayData {
    3131    public BoolArrayData() : base() { }
Note: See TracChangeset for help on using the changeset viewer.