Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/21/10 02:04:44 (15 years ago)
Author:
swagner
Message:

Abandoned policy that the names of all abstract base classes have to end in "Base" (#95)

File:
1 edited

Legend:

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

    r2655 r2664  
    3232
    3333namespace HeuristicLab.Core.Views {
    34   public partial class ItemCollectionView<T> : ObjectViewBase where T : class, IItem {
     34  public partial class ItemCollectionView<T> : ObjectView where T : class, IItem {
    3535    public IObservableCollection<T> ItemCollection {
    3636      get { return (IObservableCollection<T>)Object; }
Note: See TracChangeset for help on using the changeset viewer.