Changeset 14927 for branches/PersistenceReintegration/HeuristicLab.Core/3.3/Collections/VariableCollection.cs
- Timestamp:
- 05/04/17 17:19:35 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Core/3.3/Collections/VariableCollection.cs
r14185 r14927 22 22 using System.Collections.Generic; 23 23 using HeuristicLab.Common; 24 using HeuristicLab.Persistence .Default.CompositeSerializers.Storable;24 using HeuristicLab.Persistence; 25 25 26 26 namespace HeuristicLab.Core { 27 [Storable Class]27 [StorableType("d58e79c9-e34f-4439-b152-a915221c3715")] 28 28 [Item("VariableCollection", "Represents a collection of variables.")] 29 29 public sealed class VariableCollection : NamedItemCollection<IVariable> {
Note: See TracChangeset
for help on using the changeset viewer.