Changeset 13368 for branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Collections/NamedItemCollection.cs
- Timestamp:
- 11/24/15 17:08:13 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Collections/NamedItemCollection.cs
r12012 r13368 27 27 namespace HeuristicLab.Core { 28 28 [Item("NamedItemCollection", "Represents a collection of named items.")] 29 [StorableClass ]29 [StorableClass("D3C81433-819F-4E33-866F-36B29F843E65")] 30 30 public class NamedItemCollection<T> : KeyedItemCollection<string, T> where T : class, INamedItem { 31 31 [StorableConstructor]
Note: See TracChangeset
for help on using the changeset viewer.