- Timestamp:
- 03/05/14 14:48:13 (11 years ago)
- Location:
- branches/DataPreprocessing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing
- Property svn:mergeinfo changed
-
branches/DataPreprocessing/HeuristicLab.Core.Views/3.3/ItemCollectionView.cs
r9755 r10538 45 45 } 46 46 47 public ItemCollection<T> ItemCollection {48 get { return Content as ItemCollection<T>; }47 public ObservableCollection<T> ItemCollection { 48 get { return Content as ObservableCollection<T>; } 49 49 } 50 50
Note: See TracChangeset
for help on using the changeset viewer.