Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Symbols/InvokeFunction.cs
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Symbols/InvokeFunction.cs
r13368 r14711 27 27 /// Symbol for invoking automatically defined functions 28 28 /// </summary> 29 [Storable Class("FCA223C9-71BF-4418-82D0-95434CF4E9A6")]29 [StorableType("FCA223C9-71BF-4418-82D0-95434CF4E9A6")] 30 30 [Item(InvokeFunction.InvokeFunctionName, InvokeFunction.InvokeFunctionDescription)] 31 31 public sealed class InvokeFunction : Symbol, IReadOnlySymbol {
Note: See TracChangeset
for help on using the changeset viewer.