Changeset 3430 for trunk/sources/HeuristicLab.Optimization
- Timestamp:
- 04/20/10 02:02:39 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization/3.3/RunCollection.cs
r3377 r3430 151 151 get { return true; } 152 152 set { throw new NotSupportedException(); } 153 } 154 public bool ReadOnly { 155 get { return false; } 153 156 } 154 157
Note: See TracChangeset
for help on using the changeset viewer.