Changeset 14929 for branches/PersistenceReintegration/HeuristicLab.Collections/3.3/IObservableSet.cs
- Timestamp:
- 05/04/17 19:06:54 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Collections/3.3/IObservableSet.cs
r14185 r14929 21 21 22 22 using System.Collections.Generic; 23 using HeuristicLab.Persistence; 23 24 24 25 namespace HeuristicLab.Collections { 26 [StorableType("9566d8ae-5189-4d1a-89f1-2703270ff8a1")] 25 27 public interface IObservableSet<T> : IObservableCollection<T> { 26 28 bool IsProperSubsetOf(IEnumerable<T> other);
Note: See TracChangeset
for help on using the changeset viewer.