Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/22/10 00:44:01 (14 years ago)
Author:
swagner
Message:

Sorted usings and removed unused usings in entire solution (#1094)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core/3.3/Interfaces/IItemDictionary.cs

    r3390 r4068  
    2020#endregion
    2121
    22 using System.Collections.Generic;
    2322using HeuristicLab.Collections;
    2423
    2524namespace HeuristicLab.Core {
    26   public interface IItemDictionary<TKey, TValue> : IObservableDictionary<TKey, TValue>, IItem where TKey : class, IItem where TValue : class, IItem { }
     25  public interface IItemDictionary<TKey, TValue> : IObservableDictionary<TKey, TValue>, IItem
     26    where TKey : class, IItem
     27    where TValue : class, IItem { }
    2728}
Note: See TracChangeset for help on using the changeset viewer.