Changeset 16567 for addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/MissingValues/FillMissingValueCommandBase.cs
- Timestamp:
- 01/28/19 14:31:52 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/MissingValues/FillMissingValueCommandBase.cs
r16566 r16567 35 35 36 36 [StorableConstructor] 37 protected FillMissingValueCommandBase(bool deserializing) 38 : base(deserializing) { 37 protected FillMissingValueCommandBase(StorableConstructorFlag _) : base(_) { 39 38 nullValues = new Dictionary<int, List<int>>(); 40 39 }
Note: See TracChangeset
for help on using the changeset viewer.