Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/14/19 13:40:49 (5 years ago)
Author:
abeham
Message:

#3010: Added batch methods for checking multiple items at once for CheckedItemList and CheckedItemCollection

File:
1 edited

Legend:

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

    r16565 r17009  
    2121
    2222using System.Collections.Generic;
     23using HEAL.Attic;
    2324using HeuristicLab.Collections;
    24 using HEAL.Attic;
    2525
    2626namespace HeuristicLab.Core {
     
    3131    bool ItemChecked(T item);
    3232    void SetItemCheckedState(T item, bool checkedState);
     33    void SetItemCheckedState(IEnumerable<T> item, bool checkedState);
    3334    void Add(T item, bool checkedState);
    3435  }
Note: See TracChangeset for help on using the changeset viewer.