Changeset 2931 for trunk/sources/HeuristicLab.Parameters
- Timestamp:
- 03/05/10 01:03:30 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Parameters/3.3/ValueParameter.cs ΒΆ
r2924 r2931 45 45 46 46 public override IDeepCloneable Clone(Cloner cloner) { 47 ValueParameter<T> clone = new ValueParameter<T>( name, description, Value);47 ValueParameter<T> clone = new ValueParameter<T>(Name, Description, Value); 48 48 cloner.RegisterClonedObject(this, clone); 49 49 clone.Value = (T)cloner.Clone(Value);
Note: See TracChangeset
for help on using the changeset viewer.