Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/21/10 02:04:44 (14 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/ItemListView.cs

    r2655 r2664  
    3535  /// The visual representation of all variables in a specified scope.
    3636  /// </summary>
    37   public partial class ItemListView<T> : ObjectViewBase where T : class, IItem {
     37  public partial class ItemListView<T> : ObjectView where T : class, IItem {
    3838    /// <summary>
    3939    /// Gets or sets the scope whose variables to represent visually.
Note: See TracChangeset for help on using the changeset viewer.