- Timestamp:
- 05/06/13 22:26:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/SymbolicDataAnalysisProblem.cs
r8965 r9452 353 353 354 354 #region Import & Export 355 public v oid Load(T data) {355 public virtual void Load(T data) { 356 356 Name = data.Name; 357 357 Description = data.Description; … … 359 359 } 360 360 361 public T Export() {361 public virtual T Export() { 362 362 return ProblemData; 363 363 }
Note: See TracChangeset
for help on using the changeset viewer.