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/ItemSetView.cs

    r12012 r12618  
    2828  [Content(typeof(ItemSet<>), true)]
    2929  [Content(typeof(IItemSet<>), false)]
     30  [Content(typeof(ReadOnlyItemSet<>), true)]
    3031  public partial class ItemSetView<T> : ItemCollectionView<T> where T : class, IItem {
    3132    protected bool draggedItemsAlreadyContained;
Note: See TracChangeset for help on using the changeset viewer.