- Timestamp:
- 11/24/15 17:08:13 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Collections/ItemSet.cs
r12012 r13368 29 29 30 30 namespace HeuristicLab.Core { 31 [StorableClass ]31 [StorableClass("9B0FF207-0B25-4ADA-A45D-51D3250CF0E8")] 32 32 [Item("ItemSet", "Represents a set of items.")] 33 33 public class ItemSet<T> : ObservableSet<T>, IItemSet<T> where T : class, IItem {
Note: See TracChangeset
for help on using the changeset viewer.