- Timestamp:
- 05/17/10 02:38:32 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Core/3.3/Collections/CheckedItemList.cs
r3798 r3822 38 38 /// <typeparam name="T">The element type (base type is IItem)</typeparam> 39 39 [StorableClass] 40 [Item("CheckedItemList <T>", "Represents a list of items that can be checked or unchecked.")]40 [Item("CheckedItemList", "Represents a list of items that can be checked or unchecked.")] 41 41 public class CheckedItemList<T> : ItemList<T>, ICheckedItemList<T> where T : class, IItem { 42 42 [Storable]
Note: See TracChangeset
for help on using the changeset viewer.