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.Parameters/3.3/LookupParameter.cs

    r2994 r3017  
    3030  /// </summary>
    3131  [Item("LookupParameter<T>", "A parameter whose value is retrieved from or written to a scope.")]
    32   [StorableClass(StorableClassType.MarkedOnly)]
     32  [StorableClass]
    3333  public class LookupParameter<T> : Parameter, ILookupParameter<T> where T : class, IItem {
    3434    [Storable]
Note: See TracChangeset for help on using the changeset viewer.