Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/21/10 22:05:40 (14 years ago)
Author:
abeham
Message:

added first draft of SASEGASA #839

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Parameters/3.3/SubScopesLookupParameter.cs

    r3017 r3479  
    3535    public SubScopesLookupParameter(string name) : base(name) { }
    3636    public SubScopesLookupParameter(string name, string description) : base(name, description) { }
     37    public SubScopesLookupParameter(string name, string description, string actualName) : base(name, description, actualName) { }
    3738
    3839    protected override IItem GetActualValue() {
Note: See TracChangeset for help on using the changeset viewer.