- Timestamp:
- 01/21/10 02:04:44 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Core.Views/3.3/ItemCollectionView.cs
r2655 r2664 32 32 33 33 namespace HeuristicLab.Core.Views { 34 public partial class ItemCollectionView<T> : ObjectView Basewhere T : class, IItem {34 public partial class ItemCollectionView<T> : ObjectView where T : class, IItem { 35 35 public IObservableCollection<T> ItemCollection { 36 36 get { return (IObservableCollection<T>)Object; }
Note: See TracChangeset
for help on using the changeset viewer.