Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/06/15 18:32:51 (9 years ago)
Author:
abeham
Message:

#2338: Added readonly-collection as default view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core.Views/3.3/ItemArrayView.cs

    r12125 r12618  
    2828using HeuristicLab.Collections;
    2929using HeuristicLab.MainForm;
    30 using HeuristicLab.MainForm.WindowsForms;
    3130using HeuristicLab.PluginInfrastructure;
    3231
     
    3534  [Content(typeof(ItemArray<>), true)]
    3635  [Content(typeof(IItemArray<>), false)]
     36  [Content(typeof(ReadOnlyItemArray<>), true)]
    3737  public partial class ItemArrayView<T> : ItemView where T : class, IItem {
    3838    protected Dictionary<T, List<ListViewItem>> itemListViewItemMapping;
Note: See TracChangeset for help on using the changeset viewer.