- Timestamp:
- 04/24/09 13:51:57 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Persistence/3.3/Default/Decomposers/Storable/EmptyStorableClassAttribute.cs
r1623 r1652 17 17 if (emptyTypeInfo.ContainsKey(type)) 18 18 return emptyTypeInfo[type]; 19 if (type == typeof(object)) { 20 return true; 21 } 19 22 foreach (var attribute in type.GetCustomAttributes(false)) { 20 23 EmptyStorableClassAttribute empty = attribute as EmptyStorableClassAttribute;
Note: See TracChangeset
for help on using the changeset viewer.