Changeset 5809 for trunk/sources/HeuristicLab.Persistence
- Timestamp:
- 03/23/11 01:09:38 (14 years ago)
- Location:
- trunk/sources
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources
- Property svn:mergeinfo changed
-
trunk/sources/HeuristicLab.Persistence
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/branches/DataAnalysis Refactoring/HeuristicLab.Persistence merged eligible /trunk merged eligible /branches/CloningRefactoring/HeuristicLab.Persistence 4656-4721 /branches/DataAnalysis/HeuristicLab.Persistence 4458-4459,4462,4464 /branches/GP.Symbols (TimeLag, Diff, Integral)/HeuristicLab.Persistence 5060 /branches/NET40/sources/HeuristicLab.Persistence 5138-5162 /branches/ParallelEngine/HeuristicLab.Persistence 5175-5192
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
-
trunk/sources/HeuristicLab.Persistence/3.3
- Property svn:ignore
-
old new 3 3 *.user 4 4 HeuristicLabPersistencePlugin.cs 5 *.vs10x
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.Persistence/3.3/Default/CompositeSerializers/TupleSerializer.cs
r5714 r5809 85 85 public object CreateInstance(Type type, IEnumerable<Tag> metaInfo) { 86 86 var values = metaInfo.Select(t => t.Value).ToArray(); 87 87 88 MethodInfo createMethod = CreateMethods[values.Length - 1].MakeGenericMethod(type.GetGenericArguments()); 88 89 return createMethod.Invoke(null, values); -
trunk/sources/HeuristicLab.Persistence/3.3/Tests
- Property svn:ignore
-
old new 2 2 obj 3 3 *.user 4 *.vs10x
-
- Property svn:ignore
Note: See TracChangeset
for help on using the changeset viewer.