- Timestamp:
- 11/24/15 17:08:13 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Parameters/3.3/OperatorParameter.cs
r12012 r13368 29 29 /// </summary> 30 30 [Item("OperatorParameter", "A parameter which represents an operator.")] 31 [StorableClass ]31 [StorableClass("42C284BC-C0A9-4085-BB49-D404F11E7675")] 32 32 public class OperatorParameter : OptionalValueParameter<IOperator> { 33 33 [StorableConstructor]
Note: See TracChangeset
for help on using the changeset viewer.