- Timestamp:
- 11/24/15 17:08:13 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Collections/ItemList.cs
r12012 r13368 29 29 30 30 namespace HeuristicLab.Core { 31 [StorableClass ]31 [StorableClass("387AADA0-A019-4B09-B8A7-FEBFB17EC6E8")] 32 32 [Item("ItemList", "Represents a list of items.")] 33 33 public class ItemList<T> : ObservableList<T>, IItemList<T> where T : class, IItem {
Note: See TracChangeset
for help on using the changeset viewer.