- Timestamp:
- 05/28/20 18:03:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Parameters/3.3/OptionalValueParameter.cs
r17570 r17571 44 44 public virtual T Value { 45 45 get { return this.value; } 46 set { 47 DoSetValue(value); 48 } 46 set { DoSetValue(value); } 49 47 } 50 48 private void DoSetValue(T value) {
Note: See TracChangeset
for help on using the changeset viewer.