Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/30/18 09:09:24 (5 years ago)
Author:
gkronber
Message:

#2520: checked all projects from top to HeuristicLab.Common and added StorableType attributes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2520_PersistenceReintegration/HeuristicLab.Collections/3.3/IndexedItem.cs

    r16453 r16471  
    1 #region License Information
     1using HEAL.Fossil;
     2#region License Information
    23/* HeuristicLab
    34 * Copyright (C) 2002-2019 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     
    2122
    2223namespace HeuristicLab.Collections {
     24  [StorableType(StorableMemberSelection.AllFields, "0a9d0728-5fdc-4e16-b02b-545dbdf0b0fa")]
    2325  public struct IndexedItem<T> {
    2426    private readonly int index;
Note: See TracChangeset for help on using the changeset viewer.