Changeset 5585
- Timestamp:
- 03/02/11 00:50:55 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Parameters/3.3/FixedValueParameter.cs
r5582 r5585 31 31 [Item("FixedValueParameter", "A parameter whose value is defined in the parameter itself and cannot be set.")] 32 32 [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 { 34 34 35 35 public override T Value {
Note: See TracChangeset
for help on using the changeset viewer.