Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 4 and Version 5 of Documentation/DevelopmentCenter/UsePersistence


Ignore:
Timestamp:
06/26/14 20:18:38 (10 years ago)
Author:
abeham
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/DevelopmentCenter/UsePersistence

    v4 v5  
    1515{{{
    1616#!csharp
    17 [Storable]
     17[StorableClass]
    1818public class SomeClass : Item {
     19  [Storable]
     20  private int field;
    1921  [StorableConstructor]
    2022  protected SomeClass(bool deserializing) : base(deserializing) { }