Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/29/10 18:22:51 (14 years ago)
Author:
gkronber
Message:

Added a checked item collection and a view for it (which is basically the same file as ItemCollectionView). #992 (CheckedItemList and CheckedItemCollection is necessary)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj

    r3483 r3558  
    102102    <Compile Include="Attributes\CreatableAttribute.cs" />
    103103    <None Include="HeuristicLabCorePlugin.cs.frame" />
     104    <Compile Include="Collections\CheckedItemCollection.cs" />
    104105    <Compile Include="Collections\ReadOnlyItemDictionary.cs" />
    105106    <Compile Include="Collections\ItemDictionary.cs" />
     
    123124    <Compile Include="Collections\ValueParameterCollection.cs" />
    124125    <Compile Include="Collections\VariableCollection.cs" />
     126    <Compile Include="Interfaces\ICheckedItemCollection.cs" />
    125127    <Compile Include="PersistenceContentManager.cs" />
    126128    <Compile Include="Interfaces\IKeyedItemCollection.cs" />
Note: See TracChangeset for help on using the changeset viewer.