Changeset 10740 for branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/TransactionalPreprocessingData.cs
- Timestamp:
- 04/09/14 13:32:50 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/TransactionalPreprocessingData.cs
r10665 r10740 30 30 31 31 internal class PDSnapshot { 32 public I Dictionary<int,IList> VariableValues { get; set; }32 public IList<IList> VariableValues { get; set; } 33 33 34 34 public IList<string> VariableNames { get; set; }
Note: See TracChangeset
for help on using the changeset viewer.