- Timestamp:
- 05/28/20 16:26:46 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Parameters/3.3/OptionalValueParameter.cs
r17567 r17570 45 45 get { return this.value; } 46 46 set { 47 if (ReadOnly) throw new InvalidOperationException("Cannot set the value of a readonly parameter.");48 47 DoSetValue(value); 49 48 }
Note: See TracChangeset
for help on using the changeset viewer.