Changeset 2996 for trunk/sources/HeuristicLab.Parameters
- Timestamp:
- 03/11/10 01:48:15 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Parameters/3.3/SubScopesLookupParameter.cs
r2852 r2996 23 23 using HeuristicLab.Common; 24 24 using HeuristicLab.Core; 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 25 26 26 27 namespace HeuristicLab.Parameters { … … 29 30 /// </summary> 30 31 [Item("SubScopesLookupParameter<T>", "A generic parameter representing instances of type T which are collected from or written to the sub-scopes of the current scope.")] 32 [StorableClass(StorableClassType.Empty)] 31 33 public class SubScopesLookupParameter<T> : LookupParameter<ItemArray<T>> where T : class, IItem { 32 34 public SubScopesLookupParameter() : base() { }
Note: See TracChangeset
for help on using the changeset viewer.