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

    r12012 r12618  
    3232  [Content(typeof(ICheckedItemCollection<>), true)]
    3333  [Content(typeof(CheckedItemCollection<>), true)]
     34  [Content(typeof(ReadOnlyCheckedItemCollection<>), true)]
    3435  public partial class CheckedItemCollectionView<T> : ItemCollectionView<T> where T : class, IItem {
    3536    public new ICheckedItemCollection<T> Content {
Note: See TracChangeset for help on using the changeset viewer.