Changeset 3077
- Timestamp:
- 03/17/10 01:40:13 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Parameters/3.3/LookupParameter.cs
r3075 r3077 110 110 while ((scope != null) && !scope.Variables.ContainsKey(name)) 111 111 scope = scope.Parent; 112 return scope != null ? scope.Variables[ actualName] : null;112 return scope != null ? scope.Variables[name] : null; 113 113 } 114 114 protected override IItem GetActualValue() {
Note: See TracChangeset
for help on using the changeset viewer.