Changeset 14929 for branches/PersistenceReintegration/HeuristicLab.Collections/3.3/INotifyObservableArrayItemsChanged.cs
- Timestamp:
- 05/04/17 19:06:54 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Collections/3.3/INotifyObservableArrayItemsChanged.cs
r14185 r14929 1 #region License Information 1 using HeuristicLab.Persistence; 2 #region License Information 2 3 /* HeuristicLab 3 4 * Copyright (C) 2002-2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL) … … 22 23 23 24 namespace HeuristicLab.Collections { 25 [StorableType("23d5d519-a6f5-45bf-bb0c-5022e64b46b3")] 24 26 public interface INotifyObservableArrayItemsChanged<T> { 25 27 event CollectionItemsChangedEventHandler<IndexedItem<T>> ItemsReplaced;
Note: See TracChangeset
for help on using the changeset viewer.