Changeset 18138
- Timestamp:
- 12/16/21 09:47:34 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Parameters/3.3/ValueLookupParameter.cs
r17180 r18138 151 151 } 152 152 153 protected override IItem GetActualValue() { 154 if (ExecutionContext == null) 155 return Value; 156 return base.GetActualValue(); 157 } 158 153 159 public override string ToString() { 154 160 if (Value != null)
Note: See TracChangeset
for help on using the changeset viewer.