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