- Timestamp:
- 01/22/19 11:59:54 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/NamedIntervals.cs
r16544 r16545 26 26 public ObservableDictionary<string, Interval> VariableIntervals => variableIntervals; 27 27 28 public bool ReadOnly { get; } 29 28 30 public bool InsertMany(IEnumerable<KeyValuePair<string, Interval>> entries) { 29 31 if (entries == null) throw new ArgumentNullException("The given dataset is null.");
Note: See TracChangeset
for help on using the changeset viewer.