Class PropertyBasedSaveConfigToken
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Data.dll
public sealed class PropertyBasedSaveConfigToken : SaveConfigToken, ICloneable, IDeserializationCallback
- Inheritance
-
PropertyBasedSaveConfigToken
- Implements
- Inherited Members
Constructors
Properties
Methods
- Clone()
This should simply call "new myType(this)" ... do not call base class' implementation of Clone, as this is handled by the constructors.