Changeset 17613
- Timestamp:
- 06/19/20 16:54:33 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Optimization/3.3/Problems/Problem.cs
r17612 r17613 40 40 41 41 [Storable] 42 public ResultCollection Results { get; } = new ResultCollection();42 public ResultCollection Results { get; private set; } = new ResultCollection(); 43 43 44 44 [StorableConstructor]
Note: See TracChangeset
for help on using the changeset viewer.