Changeset 13367 for branches/PersistenceOverhaul/HeuristicLab.Persistence/3.3/Default/CompositeSerializers
- Timestamp:
- 11/24/15 16:59:57 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Persistence/3.3/Default/CompositeSerializers/Storable/StorableClassAttribute.cs
r13347 r13367 49 49 } 50 50 51 public StorableClassAttribute(string guid) { 52 Guid = new Guid(guid); 53 Released = false; 54 } 55 51 56 /// <summary> 52 57 /// Initializes a new instance of the <see cref="StorableClassAttribute"/> class.
Note: See TracChangeset
for help on using the changeset viewer.