- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Operators/3.3/Placeholder.cs
r13368 r14711 30 30 /// </summary> 31 31 [Item("Placeholder", "An operator which acts as a placeholder for another operator retrieved from the scope or a parent execution context.")] 32 [Storable Class("BCF647D0-D7C9-4700-BA83-3215E0739640")]32 [StorableType("BCF647D0-D7C9-4700-BA83-3215E0739640")] 33 33 public sealed class Placeholder : SingleSuccessorOperator { 34 34 public LookupParameter<IOperator> OperatorParameter {
Note: See TracChangeset
for help on using the changeset viewer.