- Timestamp:
- 06/10/20 12:23:46 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Optimization/3.3/Results/Result.cs
r17594 r17595 31 31 /// </summary> 32 32 [Item("Result", "A result which has a name and a data type and holds an IItem.")] 33 [StorableType("CDD8C915-3223-44E1-81A1-CA1CE86D2598")] 33 34 public class Result : ResultDefinition, IResult, IStorableContent { 34 35 public string Filename { get; set; }
Note: See TracChangeset
for help on using the changeset viewer.