Click or drag to resize

IMementoCapableCreateMemento Method

Creates a new memento from the state.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
Object CreateMemento()

Return Value

Object
An object representing the state. This object should be serializable.
See Also