Changeset 14714 for branches/PersistenceOverhaul/HeuristicLab.Persistence
- Timestamp:
- 03/06/17 10:19:39 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Persistence/4.0/Core/StaticCache.cs
r14713 r14714 58 58 // 59 59 // 60 // "B7313EE2-045F-41C9-AEC9-7B1A8CDBF90F"61 // "D5265599-7380-4A28-AB0D-9F336EF290C5"62 // "6A92B935-5D05-42D8-933C-333C9AB71133"63 // "934A44AA-7E04-4E2D-B640-EDD3DE24894F"60 // 61 // 62 // 63 // 64 64 // "0F24C888-AF34-4318-9472-187B9AA85F3C" 65 65 … … 114 114 // RegisterType(new Guid("7DF325A6-2553-4915-B7C6-D98191107CB7"), typeof(string[])); 115 115 116 RegisterType(new Guid("E451A99B-0CFD-48E6-9BEF-0AE9D1E73628"), typeof(IList)); 116 RegisterType(new Guid("E451A99B-0CFD-48E6-9BEF-0AE9D1E73628"), typeof(IList)); 117 RegisterType(new Guid("B7313EE2-045F-41C9-AEC9-7B1A8CDBF90F"), typeof(IEnumerable)); 118 RegisterType(new Guid("D5265599-7380-4A28-AB0D-9F336EF290C5"), typeof(IEnumerable<>)); 117 119 RegisterType(new Guid("DB2A785C-5803-42C7-A01F-E1FD845A83A1"), typeof(List<>)); 118 120 RegisterType(new Guid("EB98A564-BEDC-458A-9E9B-4BF3CDAFB9BE"), typeof(Stack<>));
Note: See TracChangeset
for help on using the changeset viewer.