Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/24/15 17:08:13 (8 years ago)
Author:
ascheibe
Message:

#2520 added guids to storable classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Data/3.3/ValueTypeArray.cs

    r12012 r13368  
    3232namespace HeuristicLab.Data {
    3333  [Item("ValueTypeArray", "An abstract base class for representing arrays of value types.")]
    34   [StorableClass]
     34  [StorableClass("24C5DD61-14CE-49CA-812D-59874D7DA8A0")]
    3535  public abstract class ValueTypeArray<T> : Item, IEnumerable<T> where T : struct {
    3636    private const int maximumToStringLength = 100;
Note: See TracChangeset for help on using the changeset viewer.