Changeset 16960
- Timestamp:
- 05/15/19 15:33:04 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/Interval/IntervalCollection.cs
r16925 r16960 93 93 return new IntervalCollection(this, cloner); 94 94 } 95 96 public bool ReadOnly { get; }97 98 95 } 99 96 }
Note: See TracChangeset
for help on using the changeset viewer.