Changeset 9159 for trunk/sources/HeuristicLab.Operators
- Timestamp:
- 01/15/13 09:44:37 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators/3.3/CheckedMultiOperator.cs
r7259 r9159 30 30 [Item("CheckedMultiOperator", "A base class for operators which apply arbitrary many other operators of a specific type that can be checked or unchecked.")] 31 31 [StorableClass] 32 public abstract class CheckedMultiOperator<T> : MultiOperator<T> where T : class, IOperator {32 public abstract class CheckedMultiOperator<T> : MultiOperator<T>, ICheckedMultiOperator<T> where T : class, IOperator { 33 33 /// <summary> 34 34 /// Gets the operators of the checked multi operator
Note: See TracChangeset
for help on using the changeset viewer.