Changeset 12190 for branches/HeuristicLab.DatasetRefactor/sources
- Timestamp:
- 03/11/15 14:16:09 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.Problems.DataAnalysis/3.4/ModifiableDataset.cs
r12141 r12190 118 118 if (list == null) 119 119 throw new ArgumentException("The variable " + variableName + " does not exist in the dataset."); 120 return list [0].GetType();120 return list.GetType().GetGenericArguments()[0]; 121 121 } 122 122
Note: See TracChangeset
for help on using the changeset viewer.