- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Operators/3.3/MultiOperator.cs
r13368 r14711 33 33 /// </summary> 34 34 [Item("MultiOperator", "A base class for operators which apply arbitrary many other operators of a specific type.")] 35 [Storable Class("D80D4423-D474-4AA5-BE44-865FA4BFA6DB")]35 [StorableType("D80D4423-D474-4AA5-BE44-865FA4BFA6DB")] 36 36 public abstract class MultiOperator<T> : InstrumentedOperator, IMultiOperator<T> where T : class, IOperator { 37 37 private List<IValueParameter<T>> operatorParameters;
Note: See TracChangeset
for help on using the changeset viewer.