Changeset 6653 for trunk/sources/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification
- Timestamp:
- 08/11/11 17:54:42 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Classification/ClassificationSolutionBase.cs
r6589 r6653 40 40 public new IClassificationProblemData ProblemData { 41 41 get { return (IClassificationProblemData)base.ProblemData; } 42 protectedset { base.ProblemData = value; }42 set { base.ProblemData = value; } 43 43 } 44 44
Note: See TracChangeset
for help on using the changeset viewer.