Changeset 3091
- Timestamp:
- 03/17/10 18:54:26 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Parameters/3.3/LookupParameter.cs
r3080 r3091 120 120 // try to get value from context stack 121 121 IValueParameter param = GetValueParameterAndTranslateName(out name); 122 if (param != null && param.Value != null) return param.Value;122 if (param != null) return param.Value; 123 123 124 124 // try to get variable from scope
Note: See TracChangeset
for help on using the changeset viewer.