Changeset 3663 for trunk/sources/HeuristicLab.Parameters
- Timestamp:
- 05/06/10 03:24:43 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Parameters/3.3/ScopeTreeLookupParameter.cs
r3660 r3663 33 33 [Item("ScopeTreeLookupParameter<T>", "A generic parameter representing instances of type T which are collected from or written to scope tree.")] 34 34 [StorableClass] 35 public class ScopeTreeLookupParameter<T> : LookupParameter<ItemArray<T>> where T : class, IItem {35 public class ScopeTreeLookupParameter<T> : LookupParameter<ItemArray<T>>, IScopeTreeLookupParameter<T> where T : class, IItem { 36 36 [Storable] 37 37 private int depth;
Note: See TracChangeset
for help on using the changeset viewer.