- Timestamp:
- 03/28/19 17:18:28 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Optimization/3.3/Problems/Problem.cs
r16723 r16724 84 84 // BackwardsCompatibility3.3 85 85 #region Backwards compatible code, remove with 3.4 86 [Storable(Name = "Operators" , AllowOneWay = true)]86 [Storable(Name = "Operators")] 87 87 private IEnumerable<IOperator> StorableOperators { 88 88 set {
Note: See TracChangeset
for help on using the changeset viewer.