Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 19:06:54 (8 years ago)
Author:
gkronber
Message:

#2520 fixed unit tests for new persistence: loading & storing all samples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Collections/3.3/INotifyObservableKeyedCollectionItemsChanged.cs

    r14185 r14929  
    1 #region License Information
     1using HeuristicLab.Persistence;
     2#region License Information
    23/* HeuristicLab
    34 * Copyright (C) 2002-2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     
    2122
    2223namespace HeuristicLab.Collections {
     24  [StorableType("6cc465b8-e56e-47d1-ae79-a86592f5e1ae")]
    2325  public interface INotifyObservableKeyedCollectionItemsChanged<TKey, TItem> : INotifyObservableCollectionItemsChanged<TItem> {
    2426    event CollectionItemsChangedEventHandler<TItem> ItemsReplaced;
Note: See TracChangeset for help on using the changeset viewer.