Free cookie consent management tool by TermsFeed Policy Generator

Changeset 5585


Ignore:
Timestamp:
03/02/11 00:50:55 (13 years ago)
Author:
mkommend
Message:

#1418: Corrected FixedValueParameter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis Refactoring/HeuristicLab.Parameters/3.3/FixedValueParameter.cs

    r5582 r5585  
    3131  [Item("FixedValueParameter", "A parameter whose value is defined in the parameter itself and cannot be set.")]
    3232  [StorableClass]
    33   public class FixedValueParameter<T> : ValueParameter<T>, IFixedValueParameter where T : class,IItem {
     33  public class FixedValueParameter<T> : ValueParameter<T>, IFixedValueParameter<T> where T : class,IItem {
    3434
    3535    public override T Value {
Note: See TracChangeset for help on using the changeset viewer.