- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Selection/3.3/RightReducer.cs
r13368 r14711 31 31 /// </summary> 32 32 [Item("RightReducer", "An operator which reduces to the sub-scopes of the rightmost sub-scope of the current scope.")] 33 [Storable Class("64D34FA4-6ABE-4C8D-A87F-AB477CEC9EC7")]33 [StorableType("64D34FA4-6ABE-4C8D-A87F-AB477CEC9EC7")] 34 34 public sealed class RightReducer : Reducer, IReducer { 35 35 [StorableConstructor]
Note: See TracChangeset
for help on using the changeset viewer.