- Timestamp:
- 06/10/20 12:15:23 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Parameters/3.3/ReferenceParameter.cs
r17567 r17594 143 143 144 144 145 [Item("ReferenceParameter <T>", "ValueParameter<T> that forwards to another (referenced) ValueParameter<T>).")]145 [Item("ReferenceParameter", "ValueParameter<T> that forwards to another (referenced) ValueParameter<T>).")] 146 146 [StorableType("6DD59BE5-C618-4AD4-90FE-0FAAF15650C3")] 147 147 public sealed class ReferenceParameter<T> : ReferenceParameter, IValueParameter<T> … … 169 169 170 170 171 [Item("ReferenceParameter <T,U>", "ValueParameter<T> that forwards to another (referenced) ValueParameter<U>).")]171 [Item("ReferenceParameter", "ValueParameter<T> that forwards to another (referenced) ValueParameter<U>).")] 172 172 [StorableType("83FEA704-6AED-4D76-B25A-B469E0E9187A")] 173 173 public sealed class ReferenceParameter<T, U> : ReferenceParameter, IValueParameter<T>
Note: See TracChangeset
for help on using the changeset viewer.