Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/11/15 19:32:32 (9 years ago)
Author:
abeham
Message:

#2338: merged 12618 to stable

Location:
stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Core.Views/3.3/ItemCollectionView.cs

    r12127 r12734  
    2929using HeuristicLab.Common;
    3030using HeuristicLab.MainForm;
    31 using HeuristicLab.MainForm.WindowsForms;
    3231using HeuristicLab.PluginInfrastructure;
    3332
     
    3635  [Content(typeof(ItemCollection<>), true)]
    3736  [Content(typeof(IItemCollection<>), false)]
     37  [Content(typeof(ReadOnlyItemCollection<>), true)]
    3838  public partial class ItemCollectionView<T> : ItemView where T : class, IItem {
    3939    protected Dictionary<T, List<ListViewItem>> itemListViewItemMapping;
Note: See TracChangeset for help on using the changeset viewer.