Changeset 15018 for branches/PersistenceReintegration/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Formatters
- Timestamp:
- 06/01/17 11:29:49 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Formatters/SymbolicExpressionTreeStringFormatter.cs
r14927 r15018 35 35 36 36 [StorableConstructor] 37 protected SymbolicExpressionTreeStringFormatter( booldeserializing) : base(deserializing) { }37 protected SymbolicExpressionTreeStringFormatter(StorableConstructorFlag deserializing) : base(deserializing) { } 38 38 protected SymbolicExpressionTreeStringFormatter(SymbolicExpressionTreeStringFormatter original, Cloner cloner) 39 39 : base(original, cloner) {
Note: See TracChangeset
for help on using the changeset viewer.