Changeset 14929 for branches/PersistenceReintegration/HeuristicLab.Collections/3.3/IObservableKeyedList.cs
- Timestamp:
- 05/04/17 19:06:54 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Collections/3.3/IObservableKeyedList.cs
r14185 r14929 1 #region License Information 1 using HeuristicLab.Persistence; 2 #region License Information 2 3 3 4 /* HeuristicLab … … 23 24 24 25 namespace HeuristicLab.Collections { 26 [StorableType("74c67a5e-d45e-44d9-ac54-13d2bc9db0e4")] 25 27 public interface IObservableKeyedList<TKey, TItem> : IObservableKeyedCollection<TKey, TItem>, IObservableList<TItem> { 26 28 }
Note: See TracChangeset
for help on using the changeset viewer.