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.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public struct MementoStateStruct
Visual Basic
Public Structure MementoStateStruct

Remarks

This struct is used by MementoUndoUnit and the like.

See Also