A simple struct that holds a tuple consisting of an implementation of IMementoSupport, an object instance and its state memento.

Namespace: yWorks.Support
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public struct MementoStateStruct
Visual Basic
Public Structure MementoStateStruct

Remarks

This struct is used by MementoUndoUnit and the like.

See Also