- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Selection/3.3/LeftSelector.cs
r13368 r14711 32 32 /// </summary> 33 33 [Item("LeftSelector", "An operator which selects sub-scopes from left to right.")] 34 [Storable Class("62AF8690-3233-4E16-ABF7-8B8DB04838C3")]34 [StorableType("62AF8690-3233-4E16-ABF7-8B8DB04838C3")] 35 35 public sealed class LeftSelector : Selector { 36 36 private IValueParameter<BoolValue> CopySelectedParameter {
Note: See TracChangeset
for help on using the changeset viewer.