Changeset 15719 for branches/1614_GeneralizedQAP/HeuristicLab.Optimization/3.3/Results/ResultParameter.cs
- Timestamp:
- 02/04/18 21:31:38 (7 years ago)
- Location:
- branches/1614_GeneralizedQAP/HeuristicLab.Optimization
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1614_GeneralizedQAP/HeuristicLab.Optimization
- Property svn:mergeinfo changed
-
branches/1614_GeneralizedQAP/HeuristicLab.Optimization/3.3
- Property svn:ignore
-
old new 5 5 *.vs10x 6 6 Plugin.cs 7 *.DotSettings
-
- Property svn:ignore
-
branches/1614_GeneralizedQAP/HeuristicLab.Optimization/3.3/Results/ResultParameter.cs
r15605 r15719 40 40 get { return resultCollectionName; } 41 41 set { 42 if (value == null) throw new ArgumentNullException(); 42 43 if (string.IsNullOrWhiteSpace(value)) throw new ArgumentNullException(); 43 44 else if (!value.Equals(resultCollectionName)) {
Note: See TracChangeset
for help on using the changeset viewer.