Changeset 8213 for branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/GenericWrapper.cs
- Timestamp:
- 07/04/12 16:12:15 (12 years ago)
- Location:
- branches/HeuristicLab.EvolutionaryTracking
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.EvolutionaryTracking
- Property svn:ignore
-
old new 1 *.suo 1 2 _ReSharper.HeuristicLab.Tracking 2 3 bin
-
- Property svn:ignore
-
branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4
- Property svn:ignore
-
old new 1 *.user 1 2 bin 2 3 obj 3 HeuristicLabEncodingsSymbolicExpressionTreeEncodingPlugin.cs4 *.user5 *.vs10x6 Plugin.cs
-
- Property svn:ignore
-
branches/HeuristicLab.EvolutionaryTracking/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/GenericWrapper.cs
r7997 r8213 5 5 namespace HeuristicLab.EvolutionaryTracking { 6 6 [Item("Generic wrapper", "Wrapper class for non-item HeuristicLab objects")] 7 [StorableClass] 7 8 public class GenericWrapper<T> : NamedItem where T : class { 8 9 public T Content { get; private set; }
Note: See TracChangeset
for help on using the changeset viewer.