Changeset 18224
- Timestamp:
- 03/03/22 14:04:24 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/StructureTemplate/SubFunction.cs
r18205 r18224 40 40 41 41 [Storable] 42 public IEnumerable<string> Arguments { get; set; } 42 public IEnumerable<string> Arguments { get; set; } = Enumerable.Empty<string>(); 43 43 #endregion 44 44
Note: See TracChangeset
for help on using the changeset viewer.