Changeset 3479 for trunk/sources/HeuristicLab.Parameters
- Timestamp:
- 04/21/10 22:05:40 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Parameters/3.3/SubScopesLookupParameter.cs
r3017 r3479 35 35 public SubScopesLookupParameter(string name) : base(name) { } 36 36 public SubScopesLookupParameter(string name, string description) : base(name, description) { } 37 public SubScopesLookupParameter(string name, string description, string actualName) : base(name, description, actualName) { } 37 38 38 39 protected override IItem GetActualValue() {
Note: See TracChangeset
for help on using the changeset viewer.